Guest User

Untitled

a guest
Feb 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1.  
  2. >> a = %w(1 2 3 4 5 6)
  3. => ["1", "2", "3", "4", "5", "6"]
  4. >> a.clear
  5. => []
  6. >> a
  7. => []
Add Comment
Please, Sign In to add comment