Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Fixed $stdin = StringIO.new and Kernel#puts not using $stdin. #299

Merged
merged 1 commit into from Apr 15, 2013
Merged

Fixed $stdin = StringIO.new and Kernel#puts not using $stdin. #299

merged 1 commit into from Apr 15, 2013

Conversation

zenspider
Copy link
Contributor

Fixes #298.

Fixed __validate_stdin_value to use ducktyping to allow assignment of StringIO
Fixed Kernel#gets to use $stdin, not STDIN.

STDIN should only be used to hold onto the original. Nothing more.

… StringIO.

Fixed Kernel#gets to use $stdin, not STDIN.

STDIN should only be used to hold onto the original. Nothing more.
timfel added a commit that referenced this pull request Apr 15, 2013
Fixed $stdin = StringIO.new and Kernel#puts not using $stdin.
@timfel timfel merged commit 417093e into MagLev:master-1.9 Apr 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants