# File lib/twitter/core_ext/kernel.rb, line 3 def calling_method caller[1][/`([^']*)'/, 1].to_sym end
class_eval on an object acts like singleton_class.class_eval.
# File lib/twitter/core_ext/kernel.rb, line 11 def class_eval(*args, &block) singleton_class.class_eval(*args, &block) end
Generated with the Darkfish Rdoc Generator 2.