Class: EasyPrompt::MockableStdout

Inherits:
Lafcadio::ContextualService
  • Object
show all
Defined in:
lib/easyprompt.rb

Overview

:nodoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(symbol, *args) ⇒ Object



160
161
162
# File 'lib/easyprompt.rb', line 160

def method_missing( symbol, *args )
	$stdout.send( symbol, *args )
end