Module: ScientificNameClean::UninomialName0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3444 3445 3446 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3444 def a elements[0] end |
#b ⇒ Object
3452 3453 3454 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3452 def b elements[2] end |
#c ⇒ Object
3460 3461 3462 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3460 def c elements[4] end |
#space1 ⇒ Object
3448 3449 3450 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3448 def space1 elements[1] end |
#space2 ⇒ Object
3456 3457 3458 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3456 def space2 elements[3] end |