Module: ScientificName::ScientificName0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
182 183 184 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 182 def a elements[1] end |
#b ⇒ Object
190 191 192 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 190 def b elements[3] end |
#c ⇒ Object
198 199 200 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 198 def c elements[5] end |
#space ⇒ Object
178 179 180 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 178 def space elements[0] end |