module ScientificNameClean::BasionymAuthorshipWithParenthesis6
Public Instance Methods
a()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4100 def a elements[2] end
left_paren()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4092 def left_paren elements[0] end
right_paren()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4108 def right_paren elements[4] end
space1()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4096 def space1 elements[1] end
space2()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4104 def space2 elements[3] end