Home
Classes
Methods
Defined In
lib/mutter/ext.rb
Parent
BasicObject
Methods
#tap
Pages
LICENSE
Class and Module Index
Mutter
Mutter::Indenter
Mutter::Mutterer
Mutter::Table
Array
Hash
Numeric
Object
String
Symbol
class Object
Public Instance Methods
tap
() { |self| ... }
click to toggle source
# File lib/mutter/ext.rb, line 31
def
tap
yield
self
self
end