class RSpec::Mocks::OrderGroup

def invoked(message)

Experimental RBS support (using type sampling data from the type_fusion project).

def invoked: (RSpec::Mocks::Proxy::SpecificMessage message) -> untyped

This signature was generated using 1 sample from 1 application.

def invoked(message)
  @invocation_order << message
end