Sha256: b50a43d43a303c54c040c6a760598817aae63a6eb230512d72fe2f73531e0025
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
require 'fortschritt/version' require 'fortschritt/meter' require 'fortschritt/printer' require 'fortschritt/enumerable' module Fortschritt def self.increment @meter and @meter.increment end def self.init(total, opts = {}) @meter = Fortschritt::Meter.new(total, opts) end def self.printer @printer ||= Fortschritt::Printer.new end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fortschritt-0.2.6 | lib/fortschritt.rb |
fortschritt-0.2.5 | lib/fortschritt.rb |
fortschritt-0.2.4 | lib/fortschritt.rb |
fortschritt-0.2.3 | lib/fortschritt.rb |