class Ravanello::Routing::Root

Root routing tree element

Public Instance Methods

routable?(*) click to toggle source
# File lib/ravanello/routing/root.rb, line 7
def routable?(*)
  true
end
route(path_parts) click to toggle source
# File lib/ravanello/routing/root.rb, line 11
def route(path_parts)
  path_parts
end
to_s() click to toggle source
# File lib/ravanello/routing/root.rb, line 15
def to_s
  ''
end