Guest User

Untitled

a guest
Jul 27th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ rbenv global 1.8.7-p374
  2. $ ruby --version
  3. ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [i686-darwin12.4.0], MBARI 0x6770, Ruby Enterprise Edition 2012.02
  4. $ irb
  5. irb(main):001:0> arr = *"Hello"; puts arr.class
  6. String
  7. => nil
Advertisement
Add Comment
Please, Sign In to add comment