lib/fintecture/utils/date.rb in fintecture-0.5.1 vs lib/fintecture/utils/date.rb in fintecture-0.6.0
- old
+ new
@@ -1,15 +1,15 @@
-# frozen_string_literal: true
-
-require 'time'
-
-module Fintecture
- module Utils
- class Date
- class << self
- def header_time
- Time.now.utc.strftime('%a, %d %b %Y %H:%M:%S GMT')
- end
- end
- end
- end
-end
+# frozen_string_literal: true
+
+require 'time'
+
+module Fintecture
+ module Utils
+ class Date
+ class << self
+ def header_time
+ Time.now.utc.strftime('%a, %d %b %Y %H:%M:%S GMT')
+ end
+ end
+ end
+ end
+end