class DateAsString::Formats::Format5

t_pmd

Public Class Methods

strftime(value) click to toggle source
# File lib/date_as_string/formats.rb, line 50
def self.strftime(value)
  raise NotImplementedError.new
end