module ScientificNameClean::CapLatinWordPair1

Public Instance Methods

value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6107
def value
  a.value + b.value.downcase
end