lib/teasy/floating_time.rb in teasy-0.2.2 vs lib/teasy/floating_time.rb in teasy-0.2.3

- old
+ new

@@ -114,7 +114,6 @@ def prefix_zone_info(format) # prefixes zone directives with a % s.t. they are ignored in strftime format.gsub(zone_directives_matcher) { |m| '%' + m } end end - # rubocop:enable Metrics/ClassLength end