Class: RegExpr::End

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



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

def to_r() '$' end

#to_sObject



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

def to_s() '$' end