Class: CDMBL::ToJsonFormatter
- Inherits:
-
Object
- Object
- CDMBL::ToJsonFormatter
- Defined in:
- lib/cdmbl/formatters.rb
Class Method Summary collapse
Class Method Details
.format(values) ⇒ Object
43 44 45 |
# File 'lib/cdmbl/formatters.rb', line 43 def self.format(values) values.to_json if values.respond_to?(:to_json) end |