Class: EasyPrompt::MockableStdin
- Inherits:
-
ContextualService::Service
- Object
- ContextualService::Service
- EasyPrompt::MockableStdin
- 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
205 206 207 |
# File 'lib/easyprompt.rb', line 205 def method_missing( symbol, *args ) $stdin.send( symbol, *args ) end |