Method: Mangdown::Tools.get_root

Defined in:
lib/mangdown/support/tools.rb

.get_root(uri) ⇒ Object



33
34
35
36
# File 'lib/mangdown/support/tools.rb', line 33

def get_root(uri)
  uri = Addressable::URI.parse(uri)
  @root = "#{uri.scheme}://#{uri.host}"
end