lib/thinreports/layout/base.rb in thinreports-0.10.3 vs lib/thinreports/layout/base.rb in thinreports-0.11.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Thinreports module Layout class Base - EXT_NAME = 'tlf'.freeze + EXT_NAME = 'tlf' include Utils class << self # @param [String] filename # @return [Thinreports::Layout::Format]