Methods

Enumerable

Public Instance Methods

capture_first() click to toggle source
   # File lib/merb-cache/core_ext/enumerable.rb, line 2
2:   def capture_first
3:     each do |o|
4:       return yield(o) || next
5:     end
6: 
7:     nil
8:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.