Sha256: 7f630160e4b8a526b1eb83cf4e43bccc78f096f9bace4b12a4b62065d1d4b1ae
Contents?: true
Size: 258 Bytes
Versions: 9
Compression:
Stored size: 258 Bytes
Contents
class Date alias inspect to_s # Returns a string representaion of the time suitable for CAP. # @return [String] # @example # Date.today.to_s_for_cap # => "2011-10-26T00:00:00+00:00" def to_s_for_cap self.to_datetime.to_s_for_cap end end
Version data entries
9 entries across 9 versions & 1 rubygems