class Object

Public Instance Methods

yield_self() { |self| ... } click to toggle source
# File lib/matrix_sdk/util/extensions.rb, line 5
def yield_self
  yield(self)
end