Sha256: 43170493c8412b4f7a2f7874a156da560a3b6df733367d4956a26bc084a8fb9a
Contents?: true
Size: 578 Bytes
Versions: 10
Compression:
Stored size: 578 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
10 entries across 10 versions & 1 rubygems