class Predicator::AST::Unary

Public Instance Methods

children() click to toggle source
# File lib/predicator/ast.rb, line 59
def children; [left] end