Class: RegularExpression::AST::Quantifier::Once
- Inherits:
-
Object
- Object
- RegularExpression::AST::Quantifier::Once
- Defined in:
- lib/regular_expression/ast.rb
Instance Method Summary collapse
Instance Method Details
#quantify(start, finish) {|start, finish| ... } ⇒ Object
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 |