Parent

Methods

Class/Module Index [+]

Quicksearch

Tins::DynamicScope::Context

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.