Class: EasyPrompt::MockableStdin

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



181
182
183
# File 'lib/easyprompt.rb', line 181

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