processor/command/down.rb in rb8-trepanning-0.1.5 vs processor/command/down.rb in rb8-trepanning-0.1.6

- old
+ new

@@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2011 Rocky Bernstein <rockyb@rubyforge.net> +# Copyright (C) 2010-2012 Rocky Bernstein <rockyb@rubyforge.net> require 'rubygems'; require 'require_relative' require_relative 'up' # Debugger "down" command. Is the same as the "up" command with the # direction (set by DIRECTION) reversed. @@ -17,10 +17,9 @@ is the most recent frame. If no count is given, move down 1. See also 'up' and 'frame'. HELP - ALIASES = %w(d) NAME = File.basename(__FILE__, '.rb') SHORT_HELP = 'Move frame in the direction of the caller of the last-selected frame' } def initialize(proc)