Method: Ext::Function#to_json

Defined in:
lib/ext/function.rb

#to_jsonObject



6
7
8
# File 'lib/ext/function.rb', line 6

def to_json
  proc {"function(value){return value.dateFormat('%s');}"}
end