Guest User

Untitled

a guest
May 24th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. gauss:rubinius brian$ ruby -v red.rb
  2. ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0]
  3. [" ", "", "*", "umane", ""]
  4. [" ", "", "*", "eb", ""]
  5. [" ", "", "*", "ext", ""]
  6. [" ", "", "*", "enerator", ""]
  7. gauss:rubinius brian$ ruby1.8.7 -v red.rb
  8. ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin9.8.0]
  9. [" ", "", "*", "umane", ""]
  10. [" ", "", "*", "eb", ""]
  11. [" ", "", "*", "ext", ""]
  12. [" ", "", "*", "enerator", ""]
  13. gauss:rubinius brian$ ruby1.9 -v red.rb
  14. ruby 1.9.2dev (2010-04-27 trunk 27505) [i386-darwin9.8.0]
  15. red.rb:2: warning: variable $KCODE is no longer effective; ignored
  16. [" ", "", "*", "umane", ""]
  17. [" ", "", "*", "eb", ""]
  18. [" ", "", "*", "ext", ""]
  19. gauss:rubinius brian$ bin/rbx red.rb
  20. [" ", "", "*", "umane", ""]
  21. [" ", "", "*", "eb", ""]
  22. [" ", "", "*", "ext", ""]
Add Comment
Please, Sign In to add comment