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