Sha256: 430750c3b6890ee0ec3ace4c035f7250dd51a599490ce402def6ee7b0a58264b

Contents?: true

Size: 163 Bytes

Versions: 12

Compression:

Stored size: 163 Bytes

Contents

# encoding: utf-8
# @private
class Object
  # Unfortunately, not in backports gem still :(
  if RUBY_VERSION < '2.2.0'
    def itself
      self
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
infoboxer-0.2.7 lib/infoboxer/core_ext.rb
infoboxer-0.2.6 lib/infoboxer/core_ext.rb
infoboxer-0.2.5 lib/infoboxer/core_ext.rb
infoboxer-0.2.4 lib/infoboxer/core_ext.rb
infoboxer-0.2.3 lib/infoboxer/core_ext.rb
infoboxer-0.2.2 lib/infoboxer/core_ext.rb
infoboxer-0.2.1 lib/infoboxer/core_ext.rb
infoboxer-0.2.0 lib/infoboxer/core_ext.rb
infoboxer-0.1.2.1 lib/infoboxer/core_ext.rb
infoboxer-0.1.2 lib/infoboxer/core_ext.rb
infoboxer-0.1.1 lib/infoboxer/core_ext.rb
infoboxer-0.1.0 lib/infoboxer/core_ext.rb