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