Object
# File lib/datetime/datetime.rb, line 72 def strftime(fmt='%F') RuTils::overrides_enabled? ? RuTils::DateTime::ru_strftime(self, fmt) : strftime_norutils(fmt) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.