class InputSanitizer::V1::StringConverter

Public Instance Methods

call(value) click to toggle source
# File lib/input_sanitizer/v1/default_converters.rb, line 16
def call(value)
  value.to_s
end