Sha256: 752bfc8f5c48faff62f8f41801de5b331633e9c53e8e8a579b1c169418083a97

Contents?: true

Size: 205 Bytes

Versions: 8

Compression:

Stored size: 205 Bytes

Contents

class Object  #:nodoc:

  # Return the meta class for this instance
  #
  # @return [Class]
  #   the meta class
  #
  # @api private
  def meta_class
    class << self; self end
  end

end # class Object

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
dkubb-yardstick-0.0.1 lib/yardstick/core_ext/object.rb
dkubb-yardstick-0.1.0 lib/yardstick/core_ext/object.rb
yardstick-0.6.0 lib/yardstick/core_ext/object.rb
yardstick-0.5.0 lib/yardstick/core_ext/object.rb
yardstick-0.4.0 lib/yardstick/core_ext/object.rb
yardstick-0.3.0 lib/yardstick/core_ext/object.rb
yardstick-0.2.0 lib/yardstick/core_ext/object.rb
yardstick-0.1.0 lib/yardstick/core_ext/object.rb