class Opal::AST::Matcher

def cap(capture)

def cap(capture)
  Node.new(:capture, [capture])
end