Method: Module#singleton_class

Defined in:
lib/contracts/core_ext.rb

#singleton_classObject

Compatibility with ruby 1.8



4
5
6
# File 'lib/contracts/core_ext.rb', line 4

def singleton_class
  class << self; self; end
end