lib/liquidscript/icr/context.rb in liquidscript-0.0.1 vs lib/liquidscript/icr/context.rb in liquidscript-0.1.0

- old
+ new

@@ -10,10 +10,10 @@ class Context # The variables that are allowed to be used as a global scope, # i.e. used in a `get` context without a previous `set`. DEFAULT_ALLOWED_VARIABLES = [ - :window, :global, :exports, :console, :this + :window, :global, :exports, :console, :this, :arguments ] # The parent of the current context. # # @return [Parent]