Module: ScientificName::ScientificName4
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
259 260 261 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 259 def a elements[1] end |
#b ⇒ Object
267 268 269 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 267 def b elements[3] end |
#space ⇒ Object
255 256 257 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 255 def space elements[0] end |