Method: StringExt#to_uri
- Defined in:
- lib/vex/base/string/string_ext.rb
#to_uri ⇒ Object
20 21 22 |
# File 'lib/vex/base/string/string_ext.rb', line 20 def to_uri URI.parse(self) end |
20 21 22 |
# File 'lib/vex/base/string/string_ext.rb', line 20 def to_uri URI.parse(self) end |