Sha256: cd66c6172b90e6c1d3b3305b38e6a7be3dd2cb8f24cf78cd41d0a76f9801f25e
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true require 'progress' # Add Progress method as alias to Progress.start module Kernel private # rubocop:disable Layout/IndentationWidth define_method :Progress do |*args, &block| Progress.start(*args, &block) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
progress-3.5.2 | lib/progress/kernel.rb |
progress-3.5.1 | lib/progress/kernel.rb |