Parent

Files

MatchData

Public Instance Methods

offset_after() click to toggle source
# File lib/sugar-high/regexp.rb, line 14
def offset_after
  offset(0)[1] +1
end
offset_before() click to toggle source
# File lib/sugar-high/regexp.rb, line 18
def offset_before
  offset(0)[0] -1
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.