Class: Object

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

Overview

Copyright © 2011-12 Michael Dvorkin

Quickie is freely distributable under the terms of MIT license. See LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#singleton_classObject



22
23
24
25
26
# File 'lib/quickie_motion/core_ext/object.rb', line 22

def singleton_class
  class << self
    self
  end
end