Guest User

Untitled

a guest
Jun 13th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. N30002883A /tmp$ irb
  2. >> nil.class
  3. => ←[1;32mNilClass←[0;0m
  4. >> ^C
  5. >> quit
  6. Terminate batch job (Y/N)? y
  7. N30002883A /tmp$ irb --noreadline
  8. >> nil.class
  9. => ←[1;32mNilClass←[0;0m
Advertisement
Add Comment
Please, Sign In to add comment