LeanPrototype
# File lib/rbt/actions/action.rb, line 17 def initialize( i = ARGV ) reset set_commandline_arguments(i) end
# File lib/rbt/actions/action.rb, line 27 def reset super() end