Libraries
»
pretty_debug
(0.4.7)
»
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
203
# File 'lib/pretty_debug.rb', line 203
def
inspect
;
"#{owner}##{name}"
end