class AsyncInvocation::Incorrect
Public Class Methods
method_missing(meth, *args)
click to toggle source
# File lib/async_invocation/incorrect.rb, line 5 def self.method_missing(meth, *args) raise Error, "Incorrect invocation of async operation. Intended use is invocation with a block argument. Results should be ignored." end