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

ARGF - argv stdin files (ARGV fh) #9

Closed
trizen opened this issue Mar 7, 2015 · 0 comments
Closed

ARGF - argv stdin files (ARGV fh) #9

trizen opened this issue Mar 7, 2015 · 0 comments
Labels

Comments

@trizen
Copy link
Owner

trizen commented Mar 7, 2015

Add the ARGF special keyword as the filehandle which refers to the files specified as arguments or to the standard input when no argument is provided.

ARGF.each { |line|
    print line;
}
@trizen trizen added the DONE label Mar 7, 2015
@trizen trizen closed this as completed Mar 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant