Module: ScientificNameClean::Authorship7
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3925 3926 3927 3928 3929 3930 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3925 def details val = a.details val[:authorship] = text_value.strip val[:basionymAuthorTeam].merge!(b.details) val end |
#pos ⇒ Object
3921 3922 3923 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3921 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3917 3918 3919 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3917 def value a.value + " " + b.value end |