Skip to content

Instantly share code, notes, and snippets.

@jeffkreeftmeijer
Created January 23, 2015 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffkreeftmeijer/ccfe523d22751c2a9484 to your computer and use it in GitHub Desktop.
Save jeffkreeftmeijer/ccfe523d22751c2a9484 to your computer and use it in GitHub Desktop.
♫ If I could turn, turn back the hands of time ♫
puts "♫ If I could turn, turn back the hands of time ♫"
puts "♫ Then my darlin' you'd still be mine ♫"
class Time
def self.now
Time.new(2015, 1, 23)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment