Module: ScientificNameCanonical::MultinomialWithGarbage2
- Defined in:
- lib/biodiversity/parser/scientific_name_canonical.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
121 122 123 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 121 def a elements[0] end |
#b ⇒ Object
129 130 131 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 129 def b elements[2] end |
#garbage ⇒ Object
133 134 135 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 133 def garbage elements[3] end |
#space ⇒ Object
125 126 127 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 125 def space elements[1] end |