Module: Git::At
- Defined in:
- lib/git/at.rb,
lib/git/at/version.rb more...
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
Class Method Details
permalink .[](date) ⇒ Object
[View source]
6 7 8 |
# File 'lib/git/at.rb', line 6 def self.[](date) date.strftime("%a %b %-d %H:%M:%S %Y %z") end |