Module: ScientificName::AuthorsPart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
730 731 732 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 730 def details a.details.merge(b.details) end |
#value ⇒ Object
726 727 728 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 726 def value a.value + " " + b.value end |