class Pione::Lang::ActionRuleConditionContext

Public Instance Methods

create_condition() click to toggle source
# File lib/pione/lang/context.rb, line 185
def create_condition
  RuleCondition.new(type: :action)
end