Module: ScientificNameClean::ExAuthorship0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
- #b ⇒ Object
- #c ⇒ Object
- #ex_sep1 ⇒ Object
- #ex_sep2 ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
Instance Method Details
#b ⇒ Object
4520 4521 4522 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4520 def b elements[2] end |
#c ⇒ Object
4536 4537 4538 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4536 def c elements[6] end |
#ex_sep1 ⇒ Object
4512 4513 4514 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4512 def ex_sep1 elements[0] end |
#ex_sep2 ⇒ Object
4528 4529 4530 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4528 def ex_sep2 elements[4] end |
#space1 ⇒ Object
4516 4517 4518 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4516 def space1 elements[1] end |
#space2 ⇒ Object
4524 4525 4526 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4524 def space2 elements[3] end |
#space3 ⇒ Object
4532 4533 4534 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4532 def space3 elements[5] end |