class String

Public Instance Methods

to_uri() click to toggle source
# File lib/stype.rb, line 15
def to_uri
  Stype::SURI.parse(self)
end