Class: InputSanitizer::V1::StringConverter

Inherits:
Object
  • Object
show all
Defined in:
lib/input_sanitizer/v1/default_converters.rb

Instance Method Summary collapse

Instance Method Details

#call(value) ⇒ Object



16
17
18
# File 'lib/input_sanitizer/v1/default_converters.rb', line 16

def call(value)
  value.to_s
end