processor/command/show_subcmd/auto_subcmd/eval.rb in trepanning-0.1.3 vs processor/command/show_subcmd/auto_subcmd/eval.rb in trepanning-0.1.4
- old
+ new
@@ -1,19 +1,14 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2010 Rocky Bernstein <rockyb@rubyforge.net>
+# Copyright (C) 2010, 2011 Rocky Bernstein <rockyb@rubyforge.net>
require_relative '../../base/subsubcmd'
class Trepan::SubSubcommand::ShowAutoEval < Trepan::ShowBoolSubSubcommand
unless defined?(HELP)
- HELP = "set auto eval [ON|OFF]
-
-Set this on if you want things that don't look like debugger command to be eval'd
-as a string."
-
+ HELP = "Show evaluation of unrecognized debugger commands"
MIN_ABBREV = 'ev'.size
NAME = File.basename(__FILE__, '.rb')
PREFIX = %w(show auto eval)
- SHORT_HELP = "Show evaluation of unrecognized debugger commands"
end
end
if __FILE__ == $0