module ScientificNameDirty::YearNumberWithPunctuation1

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 1026
def details
  {:year => value}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 1022
def pos
  {interval.begin => ["year", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 1018
def value
  a.text_value
end