class RegularExpression::AST::Quantifier::Once

Public Instance Methods

quantify(start, finish) { |start, finish| ... } click to toggle source
# File lib/regular_expression/ast.rb, line 257
def quantify(start, finish)
  yield start, finish
end
to_dot(parent) click to toggle source
# File lib/regular_expression/ast.rb, line 255
def to_dot(parent); end