Module: ScientificNameClean::Infragenus0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3211 3212 3213 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3211 def a elements[2] end |
#left_paren ⇒ Object
3203 3204 3205 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3203 def left_paren elements[0] end |
#right_paren ⇒ Object
3219 3220 3221 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3219 def right_paren elements[4] end |
#space1 ⇒ Object
3207 3208 3209 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3207 def space1 elements[1] end |
#space2 ⇒ Object
3215 3216 3217 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3215 def space2 elements[3] end |