Module: ScientificName::NamePart2
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
1965 1966 1967 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1965 def a elements[1] end |
#b ⇒ Object
1973 1974 1975 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1973 def b elements[3] end |
#space ⇒ Object
1961 1962 1963 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1961 def space elements[0] end |