Sha256: 46aa7464cc3b3f4b3520504b7d2bb416c120540a871dbb05335ea35930375fc5
Contents?: true
Size: 170 Bytes
Versions: 26
Compression:
Stored size: 170 Bytes
Contents
#!/usr/bin/env ruby if ARGV[0] location = ARGV[0] else location = 'Guadalajara' end date = Time.now puts date.strftime("%A %B %d %Y #{location} - #{date.to_i}")
Version data entries
26 entries across 26 versions & 1 rubygems