Module: ScientificNameClean::TaxonConceptRank0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#apply(a) ⇒ Object
2000 2001 2002 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2000 def apply(a) " " + value + " " + a.value end |
#details(a = nil) ⇒ Object
2003 2004 2005 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2003 def details(a = nil) {:taxon_concept => a.details} end |
#value ⇒ Object
1997 1998 1999 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1997 def value "sec." end |