Module: ScientificNameClean::Authorship5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3793 3794 3795 3796 3797 3798 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3793 def details val = a.details val[:authorship] = text_value.strip val[:basionymAuthorTeam].merge!(b.details) val end |
#pos ⇒ Object
3789 3790 3791 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3789 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3785 3786 3787 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3785 def value a.value + " " + b.value end |