module ScientificNameClean::InfraspeciesString1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1801
def canonical
  sel.canonical(a)
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1809
def details
  sel.details(a)
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1805
def pos
  sel.pos(a)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1798
def value
  sel.apply(a)
end