Module: ScientificNameCanonical::MultinomialWithGarbage4
- Defined in:
- lib/biodiversity/parser/scientific_name_canonical.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
143 144 145 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 143 def a elements[0] end |
#b ⇒ Object
151 152 153 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 151 def b elements[2] end |
#garbage ⇒ Object
155 156 157 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 155 def garbage elements[3] end |
#space ⇒ Object
147 148 149 |
# File 'lib/biodiversity/parser/scientific_name_canonical.rb', line 147 def space elements[1] end |