lib/truck.rb in truck-0.8.4 vs lib/truck.rb in truck-0.8.6
- old
+ new
@@ -8,9 +8,11 @@
extend self
attr :contexts
@contexts = {}
+ attr_accessor :debug_mode
+
def define_context(name, **params)
contexts[name] = Context.new(name, **params)
end
def boot!