class HumanAttributes::Formatters::Numeric

Public Instance Methods

apply(_instance, value) click to toggle source
# File lib/human_attributes/formatters/numeric.rb, line 6
def apply(_instance, value)
  send(formatter_by_type(type), value, options)
end