Method: Exfuz::Status#initialize
- Defined in:
- lib/exfuz/status.rb
#initialize(max) ⇒ Status
Returns a new instance of Status.
7 8 9 10 |
# File 'lib/exfuz/status.rb', line 7 def initialize(max) @loaded = 0 @max = max end |
Returns a new instance of Status.
7 8 9 10 |
# File 'lib/exfuz/status.rb', line 7 def initialize(max) @loaded = 0 @max = max end |