Method: Taxamatch::Atomizer#initialize
- Defined in:
- lib/taxamatch_rb/atomizer.rb
#initialize ⇒ Atomizer
Returns a new instance of Atomizer.
7 8 9 10 11 |
# File 'lib/taxamatch_rb/atomizer.rb', line 7 def initialize @parser = ScientificNameParser.new @parsed_raw = nil @res = {} end |