Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/random_images.rb

Instance Method Summary collapse

Instance Method Details

#unescapeObject



57
58
59
# File 'lib/random_images.rb', line 57

def unescape
  CGI.unescape(self)
end