Sha256: 90f344aaa7cb5f68001a5670f4e375cfadefb3a8301a1b256c9f7531205bc36e
Contents?: true
Size: 177 Bytes
Versions: 2
Compression:
Stored size: 177 Bytes
Contents
major, minor, patch = RUBY_VERSION.split('.') if major.to_i == 1 && minor.to_i == 8 && patch.to_i <= 6 class Object def tap yield self self end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_oauth-0.1.6 | lib/simple_oauth/core_ext/object.rb |
simple_oauth-0.1.5 | lib/simple_oauth/core_ext/object.rb |