Module: Kernel

Defined in:
lib/core_ext.rb

Overview

taken from ActiveSupport - MIT licensed

Instance Method Summary collapse

Instance Method Details

#singleton_classObject



66
67
68
69
70
# File 'lib/core_ext.rb', line 66

def singleton_class
  class << self
    self
  end
end