Module: ScientificName::Subgenus1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3395 3396 3397 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3395 def details a.value end |
#value ⇒ Object
3392 3393 3394 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3392 def value "(" + a.value + ")" end |