Module: ScientificNameClean::InfraspeciesEpitheton1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
1227 1228 1229 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1227 def canonical sel.canonical(a) end |
#details ⇒ Object
1235 1236 1237 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1235 def details sel.details(a) end |
#pos ⇒ Object
1231 1232 1233 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1231 def pos {a.interval.begin => ['infraspecies', a.interval.end]} end |
#value ⇒ Object
1224 1225 1226 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1224 def value sel.apply(a) end |