Class: EasyPrompt::MockableStdout
- Inherits:
-
ContextualService::Service
- Object
- ContextualService::Service
- EasyPrompt::MockableStdout
- 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
211 212 213 |
# File 'lib/easyprompt.rb', line 211 def method_missing( symbol, *args ) $stdout.send( symbol, *args ) end |