class NullTime

Public Instance Methods

<=>(other) click to toggle source
# File bin/twitter-dormant, line 14
def <=>(other)
  -1
end
strftime(format) click to toggle source
# File bin/twitter-dormant, line 18
def strftime(format)
  "YYYY-MM-DD"
  "          "
end