class Time

Public Instance Methods

_orig_strftime(fmt)
Alias for: strftime
strftime(fmt) click to toggle source
# File lib/go_time/strftime.rb, line 8
def strftime(fmt)
  GoTime.strftime(self, fmt)
end
Also aliased as: _orig_strftime