Class: RegularExpression::AST::Quantifier::Once

Inherits:
Object
  • Object
show all
Defined in:
lib/regular_expression/ast.rb

Instance Method Summary collapse

Instance Method Details

#quantify(start, finish) {|start, finish| ... } ⇒ Object

Yields:

  • (start, finish)


257
258
259
# File 'lib/regular_expression/ast.rb', line 257

def quantify(start, finish)
  yield start, finish
end

#to_dot(parent) ⇒ Object



255
# File 'lib/regular_expression/ast.rb', line 255

def to_dot(parent); end