Methods

Upr::StatusMethods

mixin module for both Upr::Status and UprStatus (AR example module)

Public Instance Methods

done?() click to toggle source
    # File lib/upr/status_methods.rb, line 9
 9:     def done?
10:       length && seen >= length
11:     end
error?() click to toggle source
   # File lib/upr/status_methods.rb, line 5
5:     def error?
6:       seen < 0
7:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.