module ScientificNameClean::AuthorWord0
Public Instance Methods
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5379 def details {:author => [value]} end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5375 def pos {interval.begin => ["author_word", 1], (interval.begin + 2) => ["author_word", 2], (interval.begin + 5) => ["author_word", 2]} end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5371 def value text_value.strip end