Sha256: 038b4a2881b7dccf1049dfe22314043d94879f038d95e8f3bd38a85fe3c750c9

Contents?: true

Size: 306 Bytes

Versions: 145

Compression:

Stored size: 306 Bytes

Contents

class Object
  # Returns the object's singleton class.
  def singleton_class
    class << self
      self
    end
  end unless respond_to?(:singleton_class)

  # class_eval on an object acts like singleton_class_eval.
  def class_eval(*args, &block)
    singleton_class.class_eval(*args, &block)
  end
end

Version data entries

145 entries across 115 versions & 9 rubygems

Version Path
fake_arel-1.0.0 lib/fake_arel/singleton_class.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/object/singleton_class.rb
abiquo-etk-0.5.8 vendor/activesupport-2.3.8/lib/active_support/core_ext/object/singleton_class.rb
fake_arel-1.0.0.a lib/fake_arel/singleton_class.rb
vanity-1.7.1 vendor/ruby/1.9.1/gems/activesupport-2.3.12/lib/active_support/core_ext/object/singleton_class.rb
activesupport-2.3.14 lib/active_support/core_ext/object/singleton_class.rb
kajam-1.0.3.rc2 vendor/rails/activesupport/lib/active_support/core_ext/object/singleton_class.rb
activesupport-2.3.12 lib/active_support/core_ext/object/singleton_class.rb
radiant-1.0.0.rc2 vendor/rails/activesupport/lib/active_support/core_ext/object/singleton_class.rb
radiant-1.0.0.rc1 vendor/rails/activesupport/lib/active_support/core_ext/object/singleton_class.rb
fake_arel-0.9.9 lib/fake_arel/singleton_class.rb
abiquo-etk-0.5.3 vendor/activesupport-2.3.8/lib/active_support/core_ext/object/singleton_class.rb
fake_arel-0.9.8 lib/fake_arel/singleton_class.rb
fake_arel-0.9.7 lib/fake_arel/singleton_class.rb
fake_arel-0.9.6 lib/fake_arel/singleton_class.rb
fake_arel-0.9.6pre lib/fake_arel/singleton_class.rb
fake_arel-0.9.5 lib/fake_arel/singleton_class.rb
fake_arel-0.9.4 lib/fake_arel/singleton_class.rb
abiquo-etk-0.4.42 vendor/activesupport-2.3.8/lib/active_support/core_ext/object/singleton_class.rb
activesupport-2.3.11 lib/active_support/core_ext/object/singleton_class.rb