Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. emmott-15MBPi7:~ fredemmott$ irb
  2. irb(main):001:0> require 'active_support/core_ext/array/random_access'
  3. => true
  4. irb(main):002:0> [:foo, :bar].sample
  5. => :foo
  6. irb(main):003:0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement