module ScientificNameClean::AuthorPostfixWord0

Public Instance Methods

pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6045
def pos
  {interval.begin => ["author_word", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6041
def value
  text_value.strip
end