# File lib/ruby-progressbar/format/molecule.rb, line 32 def initialize(letter) self.key = letter self.method_name = MOLECULES.fetch(key.to_sym) end