Class: RegExpr::Begin

Inherits:
Segment show all
Defined in:
lib/regexpr.rb

Instance Attribute Summary

Attributes inherited from Segment

#value

Instance Method Summary collapse

Methods inherited from Segment

deepest, #empty?, #initialize, #names, nooptimize, novalue, #optimize, optimize

Constructor Details

This class inherits a constructor from RegExpr::Segment

Instance Method Details

#to_rObject



324
# File 'lib/regexpr.rb', line 324

def to_r() '^' end

#to_sObject



325
# File 'lib/regexpr.rb', line 325

def to_s() '^' end