Compatibility with ruby 1.8
4 5 6
# File 'lib/contracts/core_ext.rb', line 4 def singleton_class class << self; self; end end