Module: ScientificName::NamePart0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
1756 1757 1758 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1756 def a elements[1] end |
#b ⇒ Object
1764 1765 1766 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1764 def b elements[3] end |
#c ⇒ Object
1772 1773 1774 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1772 def c elements[5] end |
#space ⇒ Object
1752 1753 1754 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1752 def space elements[0] end |
#space_hard ⇒ Object
1768 1769 1770 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1768 def space_hard elements[4] end |