# File lib/journey/path/pattern.rb, line 148 def [] x idx = @offsets[x - 1] + x @match[idx] end
# File lib/journey/path/pattern.rb, line 144 def captures (length - 1).times.map { |i| self[i + 1] } end
# File lib/journey/path/pattern.rb, line 153 def length @offsets.length end
Generated with the Darkfish Rdoc Generator 2.