Class: Object

Inherits:
BasicObject
Defined in:
lib/yardstick/core_ext/object.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#meta_classClass

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return the meta class for this instance

Returns:

  • (Class)

    the meta class



9
10
11
# File 'lib/yardstick/core_ext/object.rb', line 9

def meta_class
  class << self; self end
end