Sha256: b155472f7f89cf570a73497e5a30be7d47ff44915e73310c0fafbc7f675a2916

Contents?: true

Size: 273 Bytes

Versions: 12

Compression:

Stored size: 273 Bytes

Contents

# never make those convenient methods public!
Kernel.module_eval{ private :debugger }

# remove alias 'backtrace'
class ::Debugger::WhereCommand
  def self.help_command
    'where'
  end
end

# please have a more consistent name
::Debugger::EditCommand = ::Debugger::Edit

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rib-1.2.5 lib/rib/patch/debugger.rb
rib-1.2.4 lib/rib/patch/debugger.rb
rib-1.2.3 lib/rib/patch/debugger.rb
rib-1.2.2 lib/rib/patch/debugger.rb
rib-1.2.1 lib/rib/patch/debugger.rb
rib-1.2.0 lib/rib/patch/debugger.rb
rib-1.1.6 lib/rib/patch/debugger.rb
rib-1.1.5 lib/rib/patch/debugger.rb
rib-1.1.4 lib/rib/patch/debugger.rb
rib-1.1.3 lib/rib/patch/debugger.rb
rib-1.1.2 lib/rib/patch/debugger.rb
rib-1.1.1 lib/rib/patch/debugger.rb