Sha256: 1dca8f4cb7a390252420abc4392b687d0804caaeaa5a9d2a40a1880e500af054
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
#encoding: utf-8 module PointRb # layouts class Layout attr_accessor :name, :actions def initialize @actions = [] end def create @actions.each { |a| a.create } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pointrb-0.1.2 | lib/pointrb/layout.rb |
pointrb-0.1.1 | lib/pointrb/layout.rb |
pointrb-0.1.0 | lib/pointrb/layout.rb |