Module: ScientificNameClean::Infragenus0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3135 3136 3137 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3135 def a elements[2] end |
#left_paren ⇒ Object
3127 3128 3129 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3127 def left_paren elements[0] end |
#right_paren ⇒ Object
3143 3144 3145 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3143 def right_paren elements[4] end |
#space1 ⇒ Object
3131 3132 3133 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3131 def space1 elements[1] end |
#space2 ⇒ Object
3139 3140 3141 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3139 def space2 elements[3] end |