Module: ScientificName::ScientificName3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
246 247 248 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 246 def canonical a.canonical end |
#details ⇒ Object
249 250 251 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 249 def details a.details.merge(b.details) end |
#value ⇒ Object
243 244 245 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 243 def value a.value + " " + b.value end |