Module: Rack::Utils
- Defined in:
- lib/fast_xs_monkey_patcher.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.escape(s) ⇒ Object
52 |
# File 'lib/fast_xs_monkey_patcher.rb', line 52 def escape(s); s.to_s.fast_xs_cgi; end |
.unescape(s) ⇒ Object
48 |
# File 'lib/fast_xs_monkey_patcher.rb', line 48 def unescape(s); s.fast_uxs_cgi; end |