Module: ScientificName::AuthorsPart5
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
781 782 783 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 781 def details a.details.merge(b.details) end |
#value ⇒ Object
778 779 780 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 778 def value a.value + " " + b.value end |