class ParamsReady::Value::StringCoder

Public Class Methods

coerce(input, _) click to toggle source
# File lib/params_ready/value/coder.rb, line 144
def self.coerce(input, _)
  input.to_s
end
format(value, _) click to toggle source
# File lib/params_ready/value/coder.rb, line 148
def self.format(value, _)
  value
end