class Thomler::Controller

Public Class Methods

new(env) click to toggle source
# File lib/thomler.rb, line 23
def initialize env
  @env = env
end

Public Instance Methods

env() click to toggle source
# File lib/thomler.rb, line 27
def env
  @env
end