See BigBand::BasicExtentions::ClassMethods#root
# File lib/sinatra/sugar.rb, line 69 def root self.class.root end
See BigBand::BasicExtentions::ClassMethods#root?
# File lib/sinatra/sugar.rb, line 74 def root? self.class.root end
See BigBand::BasicExtentions::ClassMethods#root_path
# File lib/sinatra/sugar.rb, line 64 def root_glob(*args, &block) self.class.root_glob(*args, &block) end
See BigBand::BasicExtentions::ClassMethods#root_path
# File lib/sinatra/sugar.rb, line 59 def root_path(*args) self.class.root_path(*args) end