class Dry::Logic::Rule::Value

def to_ast

def to_ast
  [type, predicate.to_ast]
end