class RSpec::Mocks::Proxy

def messages_arg_list

Other tags:
    Private: -
def messages_arg_list
  @messages_received.map { |_, args, _| args }
end