aboutsummaryrefslogtreecommitdiffstats
path: root/lib/carlosgoce/layout/layouts.rb
blob: 7871ebb9e92dd6402cf4354967d967c257f26896 (plain) (blame)
1
2
3
4
5
6
7
8
9
module CarlosGoce
  module Layout
    class Simple
      def create (file, data, year)

      end
    end
  end
end