Returns the object's singleton class (exists in Ruby 1.9.2)
# File lib/twitter/core_ext/kernel.rb, line 4 def singleton_class; class << self; self; end; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.