module ScientificNameClean::AuthorWord1

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5394
def details
  {:author => [value]}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5389
def pos
  #cheating because there are several words in some of them
  {interval.begin => ["author_word", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5385
def value
  text_value.strip
end