Module: ScientificNameClean::AuthorPrefixWord1

Defined in:
lib/biodiversity/parser/scientific_name_clean.rb

Instance Method Summary collapse

Instance Method Details

#posObject



4257
4258
4259
4260
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4257

def pos
  #cheating because there are several words in some of them
  {interval.begin => ['author_word', interval.end]}
end

#valueObject



4253
4254
4255
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4253

def value
  text_value
end