Sha256: 4d7796cdb54fa33f2931416f564b43cdf70f2ea8135a7f455d37df44bc06b18f
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
module DotGrid module Page class DotDash < Page def post_initialize(params) add_pattern(::DotGrid::Pattern::DotDash.new(params)) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dot_grid-0.0.12 | lib/dot_grid/page/dot_dash.rb |