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



154
155
156
# File 'lib/easyprompt.rb', line 154

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