Sha256: deef9b369336ddcb05d926aad167a462f179a58cf2eee8c3bb830d5af7e62a7b
Contents?: true
Size: 228 Bytes
Versions: 3
Compression:
Stored size: 228 Bytes
Contents
# Ruby 1.9 introduces BasicObject, until then use this approximation from here: # http://onestepback.org/index.cgi/Tech/Ruby/BlankSlate.rdoc unless defined? BasicObject class BasicObject < ActiveSupport::BasicObject end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
automate-it-0.9.2 | lib/inactive_support/basic_object.rb |
automate-it-0.9.1 | lib/inactive_support/basic_object.rb |
automate-it-0.9.0 | lib/inactive_support/basic_object.rb |