Module: ScientificNameClean::MultinomialName0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
662 663 664 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 662 def a elements[0] end |
#b ⇒ Object
670 671 672 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 670 def b elements[2] end |
#c ⇒ Object
682 683 684 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 682 def c elements[6] end |
#d ⇒ Object
690 691 692 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 690 def d elements[8] end |
#space ⇒ Object
666 667 668 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 666 def space elements[1] end |
#space_hard ⇒ Object
686 687 688 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 686 def space_hard elements[7] end |