Module: ScientificNameClean::BasionymAuthorshipWithParenthesis3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4225 4226 4227 4228 4229 4230 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4225 def details val = a.details val[:basionymAuthorTeam].merge!(b.details) val[:authorship] = text_value.strip val end |
#pos ⇒ Object
4221 4222 4223 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4221 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
4217 4218 4219 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4217 def value "(" + a.value + " " + b.value + ")" end |