Module: ScientificName::NamePart2
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
2135 2136 2137 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2135 def a elements[1] end |
#b ⇒ Object
2143 2144 2145 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2143 def b elements[3] end |
#space ⇒ Object
2131 2132 2133 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2131 def space elements[0] end |