class CDMDEXER::DefaultFormatter

Public Class Methods

format(value) click to toggle source
# File lib/cdmdexer/formatters.rb, line 41
def self.format(value)
  value
end