Sha256: ff9c2be72f7630b334d4b9ad05d1b09254792a9e5e9d57e03ec12877361168db

Contents?: true

Size: 111 Bytes

Versions: 43

Compression:

Stored size: 111 Bytes

Contents

Date.class_eval do
  unless instance_methods.include?(:to_i)
    def to_i
      to_time.to_i
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
active_remote-2.4.0 lib/active_remote/core_ext/date.rb
active_remote-2.3.5 lib/active_remote/core_ext/date.rb
active_remote-2.3.4 lib/active_remote/core_ext/date.rb
active_remote-2.3.3 lib/active_remote/core_ext/date.rb
active_remote-2.3.3.pre lib/active_remote/core_ext/date.rb
active_remote-2.3.2 lib/active_remote/core_ext/date.rb
active_remote-2.3.1 lib/active_remote/core_ext/date.rb
active_remote-2.3.0 lib/active_remote/core_ext/date.rb
active_remote-2.2.0 lib/active_remote/core_ext/date.rb
active_remote-2.1.1 lib/active_remote/core_ext/date.rb
active_remote-2.1.0 lib/active_remote/core_ext/date.rb
active_remote-2.1.0.rc2 lib/active_remote/core_ext/date.rb
active_remote-2.1.0.rc1 lib/active_remote/core_ext/date.rb
active_remote-2.1.0.beta2 lib/active_remote/core_ext/date.rb
active_remote-2.1.0.beta1 lib/active_remote/core_ext/date.rb
active_remote-2.0.2 lib/active_remote/core_ext/date.rb
active_remote-2.0.1 lib/active_remote/core_ext/date.rb
active_remote-2.0.0 lib/active_remote/core_ext/date.rb
active_remote-2.0.0.rc2 lib/active_remote/core_ext/date.rb
active_remote-2.0.0.rc1 lib/active_remote/core_ext/date.rb