class Object

Let no one know! But they in Ruby committee just too long to add something like this to the language.

See also bugs.ruby-lang.org/issues/12760

@private

Public Instance Methods

derp() { |self| ... } click to toggle source
# File lib/tlaw.rb, line 13
def derp
  yield self
end