Class: Wongi::Engine::DSL::VariantRule
- Defined in:
- lib/wongi-engine/dsl/any_rule.rb
Instance Attribute Summary
Attributes inherited from Rule
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ VariantRule
constructor
A new instance of VariantRule.
Methods inherited from Rule
#accept, #acceptors, #actions, #actions=, #conditions, #conditions=, #import_into, #install, section, sections
Constructor Details
#initialize(name = nil) ⇒ VariantRule
Returns a new instance of VariantRule.
23 24 25 26 |
# File 'lib/wongi-engine/dsl/any_rule.rb', line 23 def initialize(name = nil) super @current_section = :forall end |