Sha256: b9725939f731400e78277ac954c71ad3941d6b759669f961cdd967628276fe72
Contents?: true
Size: 570 Bytes
Versions: 11
Compression:
Stored size: 570 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: [], fasten: [] } # ) # # # {:id=>:eDen, :type=>:element, :renderers=>[], :tag=>{:system=>true}, :attach=>[], :fasten=>[]} # {:renderers=>[], :id=>:eDen, :type=>:element, :tag=>{:system=>true}, :attach=>[], :fasten=>[]}
Version data entries
11 entries across 11 versions & 1 rubygems