Module: ScientificNameCanonical::MultinomialWithGarbage4
- Defined in:
- lib/biodiversity/parser/scientific_name_canonical.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
157 158 159 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 157 def a elements[0] end |
#b ⇒ Object
165 166 167 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 165 def b elements[2] end |
#garbage ⇒ Object
169 170 171 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 169 def garbage elements[3] end |
#space ⇒ Object
161 162 163 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 161 def space elements[1] end |