class Wongi::Engine::DSL::VariantRule
Public Class Methods
new(name = nil)
click to toggle source
Calls superclass method
# File lib/wongi-engine/dsl/any_rule.rb, line 27 def initialize name = nil super @current_section = :forall end