Sha256: c9428f876b843a9b272aaf5a1e80523fb1f39786c6cf05480ee65d6bb6ca616b

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

module DotGrid
  module Page
    class GridPlusLines < Page

      def post_initialize(params)
        add_pattern(::DotGrid::Pattern::GridPlusLines.new(params))
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dot_grid-0.0.12 lib/dot_grid/page/grid_plus_lines.rb
dot_grid-0.0.11 lib/dot_grid/page/grid_plus_lines.rb