method

to_complete

to_complete(*args, &block)
public

No documentation available.

# File activesupport/lib/active_support/execution_wrapper.rb, line 18
    def self.to_complete(*args, &block)
      set_callback(:complete, *args, &block)
    end