Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_uriObject



22
23
24
# File 'lib/wang.rb', line 22

def to_uri
	URI.parse(self)
end