Guest User

Untitled

a guest
Feb 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. → irb
  2. >> Time.parse('tomorrow at 8pm')
  3. NoMethodError: undefined method `parse' for Time:Class
  4. from (irb):1
  5. >> require 'active_support'
  6. => true
  7. >> Time.parse('tomorrow at 8pm')
  8. => Thu Dec 11 20:00:00 -0800 2008
  9. >>
Add Comment
Please, Sign In to add comment