67 68 69 70 71 72
# File 'lib/subroutine/op.rb', line 67 def submit!(*args) op = new(*args) op.submit! op end