Libraries
»
addressfinder
(1.16.0)
»
Index
»
AddressFinder
»
Util
»
encode
Method: AddressFinder::Util.encode
Defined in:
lib/addressfinder/util.rb
.
encode
(v) ⇒
Object
5 6 7
# File 'lib/addressfinder/util.rb', line 5
def
self
.
encode
(
v
)
CGI
.
escape
(
v
.
to_s
)
end