Skip to content

Instantly share code, notes, and snippets.

@Groxx
Created August 18, 2010 02:43
Show Gist options
  • Save Groxx/533185 to your computer and use it in GitHub Desktop.
Save Groxx/533185 to your computer and use it in GitHub Desktop.
Time.now # Tue Aug 17 21:37:22 -0500 2010
class Time
def self.now # "self." makes it class-level - ie, you can call "Time." to use.
"WIN"
end
end
Time.now # "WIN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment