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
4145 4146 4147 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4145 def a elements[2] end |
#b ⇒ Object
4165 4166 4167 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4165 def b elements[8] end |
#left_paren ⇒ Object
4137 4138 4139 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4137 def left_paren elements[0] end |
#right_paren ⇒ Object
4153 4154 4155 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4153 def right_paren elements[4] end |
#space1 ⇒ Object
4141 4142 4143 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4141 def space1 elements[1] end |
#space2 ⇒ Object
4149 4150 4151 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4149 def space2 elements[3] end |
#space3 ⇒ Object
4157 4158 4159 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4157 def space3 elements[5] end |
#space4 ⇒ Object
4161 4162 4163 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4161 def space4 elements[7] end |