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
3952 3953 3954 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3952 def a elements[2] end |
#b ⇒ Object
3972 3973 3974 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3972 def b elements[8] end |
#left_paren ⇒ Object
3944 3945 3946 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3944 def left_paren elements[0] end |
#right_paren ⇒ Object
3960 3961 3962 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3960 def right_paren elements[4] end |
#space1 ⇒ Object
3948 3949 3950 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3948 def space1 elements[1] end |
#space2 ⇒ Object
3956 3957 3958 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3956 def space2 elements[3] end |
#space3 ⇒ Object
3964 3965 3966 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3964 def space3 elements[5] end |
#space4 ⇒ Object
3968 3969 3970 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3968 def space4 elements[7] end |