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
4506 4507 4508 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4506 def b elements[2] end |
#c ⇒ Object
4522 4523 4524 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4522 def c elements[6] end |
#ex_sep1 ⇒ Object
4498 4499 4500 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4498 def ex_sep1 elements[0] end |
#ex_sep2 ⇒ Object
4514 4515 4516 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4514 def ex_sep2 elements[4] end |
#space1 ⇒ Object
4502 4503 4504 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4502 def space1 elements[1] end |
#space2 ⇒ Object
4510 4511 4512 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4510 def space2 elements[3] end |
#space3 ⇒ Object
4518 4519 4520 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4518 def space3 elements[5] end |