about summary refs log tree commit diff stats
path: root/code/action.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/action.rb')
-rw-r--r--code/action.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/action.rb b/code/action.rb
index 89ac0355..6e753296 100644
--- a/code/action.rb
+++ b/code/action.rb
@@ -69,7 +69,7 @@ module Action
 
 	def wait_for_enter
 		print "Press [ENTER] to continue..."
-		gets
+		$stdin.gets
 	end
 end