Module: ScientificName::ScientificName2
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
224 225 226 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 224 def a elements[1] end |
#b ⇒ Object
232 233 234 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 232 def b elements[3] end |
#space ⇒ Object
220 221 222 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 220 def space elements[0] end |