Module: ScientificNameClean::BasionymAuthorshipWithParenthesis0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
- #a ⇒ Object
- #b ⇒ Object
- #left_paren ⇒ Object
- #right_paren ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
Instance Method Details
#a ⇒ Object
3965 3966 3967 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3965 def a elements[2] end |
#b ⇒ Object
3985 3986 3987 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3985 def b elements[8] end |
#left_paren ⇒ Object
3957 3958 3959 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3957 def left_paren elements[0] end |
#right_paren ⇒ Object
3973 3974 3975 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3973 def right_paren elements[4] end |
#space1 ⇒ Object
3961 3962 3963 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3961 def space1 elements[1] end |
#space2 ⇒ Object
3969 3970 3971 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3969 def space2 elements[3] end |
#space3 ⇒ Object
3977 3978 3979 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3977 def space3 elements[5] end |
#space4 ⇒ Object
3981 3982 3983 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3981 def space4 elements[7] end |