Sha256: 001c55ccbd292d9c21b49cc576225bb2a224c40c658a8119d1680994bd3d98f0

Contents?: true

Size: 116 Bytes

Versions: 2

Compression:

Stored size: 116 Bytes

Contents

# frozen_string_literal: true

require 'time'

class Time
  class << self
    alias_method :raw_now, :now
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knapsack_pro-5.7.0 lib/knapsack_pro/extensions/time.rb
knapsack_pro-5.6.0 lib/knapsack_pro/extensions/time.rb