Class: Tins::DynamicScope::Context

Inherits:
Hash show all
Defined in:
lib/tins/dslkit.rb

Instance Method Summary collapse

Methods inherited from Hash

#subhash!

Methods included from Subhash

#subhash

Instance Method Details

#[](name) ⇒ Object



580
581
582
# File 'lib/tins/dslkit.rb', line 580

def [](name)
  super name.to_sym
end

#[]=(name, value) ⇒ Object



584
585
586
# File 'lib/tins/dslkit.rb', line 584

def []=(name, value)
  super name.to_sym, value
end