module Enumerable

Public Instance Methods

with_fortschritt(**opts) click to toggle source
# File lib/fortschritt/enumerable.rb, line 2
def with_fortschritt(**opts)
  Fortschritt.init(size, **opts)
  self
end