Module: Mangdown::Uri
Instance Method Summary collapse
Instance Method Details
#new(uri) ⇒ Object
5 6 7 |
# File 'lib/mangdown/uri.rb', line 5 def new(uri) URI.encode(uri, '[]') end |
5 6 7 |
# File 'lib/mangdown/uri.rb', line 5 def new(uri) URI.encode(uri, '[]') end |