Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created February 21, 2012 13:20
Show Gist options
  • Save jcromartie/1876548 to your computer and use it in GitHub Desktop.
Save jcromartie/1876548 to your computer and use it in GitHub Desktop.
irb(main):001:0> Time
=> Time
irb(main):002:0> Date
NameError: uninitialized constant Date
from (irb):2
irb(main):003:0> require 'time'
=> true
irb(main):004:0> Date
=> Date
irb(main):005:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment