Sha256: 145cf74156a89c22fafa064573ddcbed25fc31a485a8a764cafcce4fb961ccbd
Contents?: true
Size: 576 Bytes
Versions: 62
Compression:
Stored size: 576 Bytes
Contents
# frozen_string_literal: true gen = generator({ id: :genesis, build: {top: 66, copies: 1} }) gen.build({ id: :bundler, copies: 32, color: :red, width: 33, height: 44, left: 123, smooth: 9, blur: 3, attach: :view }) grab(:bundler_1).color(:blue) # Atome.new( # { renderers: [:html], id: :atomix, type: :element, tag: { system: true }, attach: [], attached: [] } # ) # # # {:id=>:eDen, :type=>:element, :renderers=>[], :tag=>{:system=>true}, :attach=>[], :attached=>[]} # {:renderers=>[], :id=>:eDen, :type=>:element, :tag=>{:system=>true}, :attach=>[], :attached=>[]}
Version data entries
62 entries across 62 versions & 1 rubygems