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