Module: RSpec::SleepingKingStudios::Deferred::Missing::ClassMethods

Includes:
Definitions
Defined in:
lib/rspec/sleeping_king_studios/deferred/missing.rb

Overview

Methods extended into the class when included in a class or module.

Method Summary

Methods included from Definitions

#call, #deferred_calls, #included

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject (private)



16
17
18
19
20
# File 'lib/rspec/sleeping_king_studios/deferred/missing.rb', line 16

def method_missing(...)
  deferred_calls << RSpec::SleepingKingStudios::Deferred::Call.new(...)

  nil
end