Class: UnboundMethod

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

Instance Method Summary collapse

Instance Method Details

#inspectObject



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

def inspect; to_s end

#to_sObject



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

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