Libraries
»
pretty_debug
(0.3.14)
»
Index (U)
»
UnboundMethod
Class: UnboundMethod
Inherits:
Object
Object
UnboundMethod
show all
Defined in:
lib/pretty_debug.rb
Instance Method Summary
collapse
#
inspect
⇒ Object
Instance Method Details
#
inspect
⇒
Object
170
# File 'lib/pretty_debug.rb', line 170
def
inspect
;
"
#{
owner
}
#
#{
name
}
"
end