Module: ScientificName::Subgenus1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3034 3035 3036 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3034 def details a.value end |
#value ⇒ Object
3031 3032 3033 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3031 def value "(" + a.value + ")" end |