Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ rbenv global 1.8.7-p374
- $ ruby --version
- ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [i686-darwin12.4.0], MBARI 0x6770, Ruby Enterprise Edition 2012.02
- $ irb
- irb(main):001:0> arr = *"Hello"; puts arr.class
- String
- => nil
Advertisement
Add Comment
Please, Sign In to add comment