Module: ScientificName::AuthorsPart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
561 562 563 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 561 def details a.details.merge(b.details) end |
#value ⇒ Object
557 558 559 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 557 def value a.value + " " + b.value end |