Module: ScientificNameClean::BasionymAuthorshipWithParenthesis3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4045 4046 4047 4048 4049 4050 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4045 def details val = a.details val[:basionymAuthorTeam].merge!(b.details) val[:authorship] = text_value.strip val end |
#pos ⇒ Object
4041 4042 4043 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4041 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
4037 4038 4039 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4037 def value "(" + a.value + " " + b.value + ")" end |