Method: Warg::Config::VariableSet#initialize
- Defined in:
- lib/warg.rb
#initialize(name, context) ⇒ VariableSet
Returns a new instance of VariableSet.
1340 1341 1342 1343 1344 1345 |
# File 'lib/warg.rb', line 1340 def initialize(name, context) @_name = name @context = context # FIXME: make this "private" by adding an underscore @properties = Set.new end |