Sha256: 9a4b80a2b6876e43c9f4bc1ac0bded17638bfdbf3841bcdb0f979a1babb70605

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

class Circuitbox
  module TimeHelper
    module Real
      module_function

      def current_second
        ::Time.now.to_i
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
circuitbox-2.0.0 lib/circuitbox/time_helper/real.rb
circuitbox-2.0.0.pre5 lib/circuitbox/time_helper/real.rb