2647 2648 2649
# File 'lib/debug/session.rb', line 2647 def bind_call(obj, *args) self.bind(obj).call(*args) end