Module: ScientificName::NamePart4
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
1825 1826 1827 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1825 def a elements[1] end |
#b ⇒ Object
1833 1834 1835 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1833 def b elements[3] end |
#space ⇒ Object
1821 1822 1823 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1821 def space elements[0] end |