Module: ScientificName::NamePart2
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
1794 1795 1796 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1794 def a elements[1] end |
#b ⇒ Object
1802 1803 1804 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1802 def b elements[3] end |
#space ⇒ Object
1790 1791 1792 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1790 def space elements[0] end |