# File lib/termtter/hook.rb, line 27 def call(*args) begin self.exec_proc.call(*args) rescue ArgumentError args.pop retry end end