Module: ScientificName::SpeciesName3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
2756 2757 2758 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2756 def canonical a.value end |
#details ⇒ Object
2759 2760 2761 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2759 def details {:uninomial => a.value, :cross => 'before'} end |
#value ⇒ Object
2753 2754 2755 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2753 def value "× " + a.value end |