lib/thinreports/layout.rb in thinreports-0.7.7 vs lib/thinreports/layout.rb in thinreports-0.8.0

- old
+ new

@@ -1,10 +1,10 @@ # coding: utf-8 -module ThinReports +module Thinreports module Layout - # @see ThinReports::Layout::Base#initialize + # @see Thinreports::Layout::Base#initialize def self.new(filename, options = {}) Base.new(filename, options) end end \ No newline at end of file