Sha256: 41158511ca151a83c29142aadd9d555ebbe8363869d0f8f7a3d4203818f4d55e
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Ramaze # Shortcuts to some CGI methods module CgiHelper private # shortcut for CGI.escape def escape(*args) CGI.escape(*args) end # shortcut for CGI.unescape def unescape(*args) CGI.escape(*args) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.1.1 | lib/ramaze/helper/cgi.rb |