module ScientificNameClean::AuthorNameWithoutPostfix1
Public Instance Methods
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5259 def details {:author => [value]} end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5255 def pos a.pos.merge(b.pos) end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5251 def value a.value + " " + b.value end