Module: ScientificNameCanonical::MultinomialWithGarbage2
- Defined in:
- lib/biodiversity/parser/scientific_name_canonical.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
107 108 109 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 107 def a elements[0] end |
#b ⇒ Object
115 116 117 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 115 def b elements[2] end |
#garbage ⇒ Object
119 120 121 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 119 def garbage elements[3] end |
#space ⇒ Object
111 112 113 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 111 def space elements[1] end |