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
4131 4132 4133 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4131 def a elements[2] end |
#b ⇒ Object
4151 4152 4153 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4151 def b elements[8] end |
#left_paren ⇒ Object
4123 4124 4125 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4123 def left_paren elements[0] end |
#right_paren ⇒ Object
4139 4140 4141 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4139 def right_paren elements[4] end |
#space1 ⇒ Object
4127 4128 4129 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4127 def space1 elements[1] end |
#space2 ⇒ Object
4135 4136 4137 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4135 def space2 elements[3] end |
#space3 ⇒ Object
4143 4144 4145 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4143 def space3 elements[5] end |
#space4 ⇒ Object
4147 4148 4149 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4147 def space4 elements[7] end |