module Roda::RodaPlugins::TypecastParams::AllowNullByte
Private Instance Methods
Source
# File lib/roda/plugins/typecast_params.rb, line 407 def check_null_byte(v) end
Allow ASCII NUL bytes (“0”) in parameter string values.
# File lib/roda/plugins/typecast_params.rb, line 407 def check_null_byte(v) end
Allow ASCII NUL bytes (“0”) in parameter string values.