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
4015 4016 4017 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4015 def a elements[2] end |
#b ⇒ Object
4023 4024 4025 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4023 def b elements[5] end |
#left_paren ⇒ Object
4007 4008 4009 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4007 def left_paren elements[0] end |
#right_paren ⇒ Object
4031 4032 4033 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4031 def right_paren elements[7] end |
#space1 ⇒ Object
4011 4012 4013 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4011 def space1 elements[1] end |
#space2 ⇒ Object
4019 4020 4021 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4019 def space2 elements[4] end |
#space3 ⇒ Object
4027 4028 4029 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4027 def space3 elements[6] end |