Sha256: 65359a389c9276da76172781099deed597a52aa441b70a25d10ec4a0eb87c363

Contents?: true

Size: 149 Bytes

Versions: 18

Compression:

Stored size: 149 Bytes

Contents

require 'squib'

Squib::Deck.new cards: 1 do
  background color: 'pink'
  rect
  text str: 'Draw two cards.'
  save_png prefix: 'part1_'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
squib-0.18.0 samples/intro/01_hello.rb
squib-0.17.2 samples/intro/01_hello.rb
squib-0.17.1 samples/intro/01_hello.rb
squib-0.17.0 samples/intro/01_hello.rb
squib-0.16.0 samples/intro/01_hello.rb
squib-0.16.0.pre.preview2 samples/intro/01_hello.rb
squib-0.16.0.pre.preview1 samples/intro/01_hello.rb
squib-0.15.3 samples/intro/01_hello.rb
squib-0.15.0 samples/intro/01_hello.rb
squib-0.14.3.pre1 samples/intro/01_hello.rb
squib-0.14.1 samples/intro/01_hello.rb
squib-0.14.0 samples/intro/01_hello.rb
squib-0.14.beta1 samples/intro/01_hello.rb
squib-0.13.4 samples/intro/01_hello.rb
squib-0.13.3 samples/intro/01_hello.rb
squib-0.13.2 samples/intro/01_hello.rb
squib-0.13.1 samples/intro/01_hello.rb
squib-0.13.0 samples/intro/01_hello.rb