Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Tins::DynamicScope::Context

Public Instance Methods

[](name) click to toggle source
# File lib/tins/dslkit.rb, line 625
def [](name)
  super name.to_sym
end
[]=(name, value) click to toggle source
# File lib/tins/dslkit.rb, line 629
def []=(name, value)
  super name.to_sym, value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.