Class: RSpec::Core::OutputWrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/core/output_wrapper.rb

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args, &block) ⇒ void



17
18
19
# File 'lib/rspec/core/output_wrapper.rb', line 17

def method_missing(name, *args, &block)
  output.__send__(name, *args, &block)
end