Module: Mangdown::Uri

Extended by:
Uri
Included in:
Uri
Defined in:
lib/mangdown/uri.rb

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