Methods

Kernel

copied from activesupport/core_ext from Rails, MIT license github.com/rails/rails/tree/5aa869861c192daceafe3a3ee50eb93f5a2b7bd2/activesupport/lib/active_support/core_ext

Public Instance Methods

class_eval(*args, &block) click to toggle source

class_eval on an object acts like singleton_class.class_eval.

# File lib/dbus/core_ext/kernel/singleton_class.rb, line 5
def class_eval(*args, &block)
  singleton_class.class_eval(*args, &block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.