Module: ScientificName::Subgenus1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3222 3223 3224 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3222 def details a.value end |
#value ⇒ Object
3219 3220 3221 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3219 def value "(" + a.value + ")" end |