Module: ScientificName::SpeciesName6
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
2799 2800 2801 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2799 def a elements[0] end |
#b ⇒ Object
2807 2808 2809 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2807 def b elements[2] end |
#c ⇒ Object
2815 2816 2817 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2815 def c elements[4] end |
#space_hard ⇒ Object
2803 2804 2805 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2803 def space_hard elements[1] end |