Module: ScientificName::NamePart0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
2097 2098 2099 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2097 def a elements[1] end |
#b ⇒ Object
2105 2106 2107 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2105 def b elements[3] end |
#c ⇒ Object
2113 2114 2115 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2113 def c elements[5] end |
#space ⇒ Object
2093 2094 2095 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2093 def space elements[0] end |
#space_hard ⇒ Object
2109 2110 2111 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2109 def space_hard elements[4] end |