Class: UnboundMethod

Inherits:
Object show all
Defined in:
lib/pretty_debug.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



142
# File 'lib/pretty_debug.rb', line 142

def inspect; to_s end

#to_sObject



143
# File 'lib/pretty_debug.rb', line 143

def to_s; "#{owner}##{name}" end