Sha256: 23723b36d4f5d1d211384d90a19786705abe72da7d18ca06b009e5628925bd6e
Contents?: true
Size: 221 Bytes
Versions: 11
Compression:
Stored size: 221 Bytes
Contents
if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('1.9.2') unless Kernel.method_defined?(:singleton_class) module Kernel def singleton_class class << self; self; end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems