Class: EasyPrompt::MockableStdout

Inherits:
ContextualService::Service
  • 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



187
188
189
# File 'lib/easyprompt.rb', line 187

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