class CDMDEXER::ToJsonFormatter

Public Class Methods

format(values) click to toggle source
# File lib/cdmdexer/formatters.rb, line 83
def self.format(values)
  values.to_json if values.respond_to?(:to_json)
end