diff options
-rw-r--r-- | code/action.rb | 2 |
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 |