module Tansu

Constants

VERSION

Public Class Methods

application() click to toggle source
# File lib/tansu.rb, line 20
def application
  Application.new
end
root() click to toggle source
# File lib/tansu.rb, line 24
def root
  @root ||= Context.new
end