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