Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/io stream #154

Merged
merged 14 commits into from
Jun 17, 2013
Prev Previous commit
Next Next commit
added alias
  • Loading branch information
maxmeyer committed Jun 9, 2013
commit e7b142cc36c36e9e496fb8d6d60ee310d2a3bc93
1 change: 1 addition & 0 deletions lib/aruba/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def type(input)
def eot
@interactive.stdin.close
end
alias_method :close_input, :eot

def _write_interactive(input)
@interactive.stdin.write(input)
Expand Down