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



589
590
591
# File 'lib/tins/dslkit.rb', line 589

def [](name)
  super name.to_sym
end

#[]=(name, value) ⇒ Object



593
594
595
# File 'lib/tins/dslkit.rb', line 593

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