class RedParse::ListInNode::AndNode

Public Instance Methods

op() click to toggle source
# File lib/redparse/node.rb, line 2899
def op
  "and"
end
reverse() click to toggle source
# File lib/redparse/node.rb, line 2895
def reverse
  false
end