Module: ScientificNameClean::Authorship5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3806 3807 3808 3809 3810 3811 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3806 def details val = a.details val[:authorship] = text_value.strip val[:basionymAuthorTeam].merge!(b.details) val end |
#pos ⇒ Object
3802 3803 3804 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3802 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3798 3799 3800 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3798 def value a.value + " " + b.value end |