Skip to content

Instantly share code, notes, and snippets.

@leandro
Created February 9, 2010 15:25
Show Gist options
  • Select an option

  • Save leandro/299308 to your computer and use it in GitHub Desktop.

Select an option

Save leandro/299308 to your computer and use it in GitHub Desktop.
# this should exist natively
# extending strftime for syntatic sugar sake
class Time
def % str
strftime(str)
end
end
# usage
Time.new % "%Y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment