Skip to content

Instantly share code, notes, and snippets.

@jonatas
Created November 1, 2015 04:47
Show Gist options
  • Save jonatas/f3a7383bb0a98cc0b853 to your computer and use it in GitHub Desktop.
Save jonatas/f3a7383bb0a98cc0b853 to your computer and use it in GitHub Desktop.
while line = $<.read
$> << eval(line)
end
@jonatas
Copy link
Author

jonatas commented Nov 1, 2015

~ echo 8 + 10 | ruby calc.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment