Object
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 30 30: def +(other) 31: ary = other.is_a?(self.class) ? other.internal_array : other 32: self.class.new(@array + ary) 33: end
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 13 13: def [](i) 14: @array[i] 15: end
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 9 9: def each 10: @array.each{ |item| yield item } 11: end
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 22 22: def first 23: @array.first 24: end
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 45 45: def include?(char) 46: any? { |e| e.include?(char) } 47: end
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 26 26: def last 27: @array.last 28: end
# File lib/rack/mount/vendor/regin/regin/collection.rb, line 17 17: def length 18: @array.length 19: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.