Method: Flok::UserCompilerContext#initialize

Defined in:
lib/flok/user_compiler.rb

#initializeUserCompilerContext

Returns a new instance of UserCompilerContext.



30
31
32
33
34
35
36
# File 'lib/flok/user_compiler.rb', line 30

def initialize
  @controllers = []
  @actions = []
  @ons = []

  @debug = ENV["FLOK_ENV"] ? true : false
end