Module: ScientificNameClean::BasionymAuthorshipWithParenthesis2
- 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
Instance Method Details
#a ⇒ Object
4181 4182 4183 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4181 def a elements[2] end |
#b ⇒ Object
4189 4190 4191 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4189 def b elements[5] end |
#left_paren ⇒ Object
4173 4174 4175 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4173 def left_paren elements[0] end |
#right_paren ⇒ Object
4197 4198 4199 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4197 def right_paren elements[7] end |
#space1 ⇒ Object
4177 4178 4179 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4177 def space1 elements[1] end |
#space2 ⇒ Object
4185 4186 4187 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4185 def space2 elements[4] end |
#space3 ⇒ Object
4193 4194 4195 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4193 def space3 elements[6] end |