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



599
600
601
# File 'lib/tins/dslkit.rb', line 599

def [](name)
  super name.to_sym
end

#[]=(name, value) ⇒ Object



603
604
605
# File 'lib/tins/dslkit.rb', line 603

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