Method: Nemo::MetaObject::Attribute#format

Defined in:
lib/nemo/metaobject/attributes.rb

#format(value) ⇒ Object



49
50
51
# File 'lib/nemo/metaobject/attributes.rb', line 49

def format(value)
  @format_with ? @format_with.call(value).to_s : value.to_s
end