module Kernel

Public Instance Methods

singleton_class() click to toggle source
# File lib/dm-paperclip/ext/compatibility.rb, line 2
def singleton_class
  (class << self; self; end)
end