processor/command/pr.rb in trepanning-0.1.0 vs processor/command/pr.rb in trepanning-0.1.1
- old
+ new
@@ -22,10 +22,10 @@
CATEGORY = 'data'
SHORT_HELP = 'print expression truncating long output'
end
def run(args)
- msg @proc.debug_eval(@proc.cmd_argstr, @proc.settings[:maxstring])
+ @proc.eval_code(@proc.cmd_argstr, @proc.settings[:maxstring])
end
end
if __FILE__ == $0
require_relative '../mock'