class Time
Public Instance Methods
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
# File lib/go_time/strftime.rb, line 8 def strftime(fmt) GoTime.strftime(self, fmt) end