Method: Maglove::Engine::Scope#initialize
- Defined in:
- lib/maglove/engine/scope.rb
#initialize(variables = {}) ⇒ Scope
Returns a new instance of Scope.
4 5 6 |
# File 'lib/maglove/engine/scope.rb', line 4 def initialize(variables = {}) @variables = variables end |