Class: EasyPrompt::MockableStdin

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



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

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