Sha256: 44746ab9962325d70862857d7624fb605d0b95435acf95d2d68f088725750908

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

# Add new method bg and fg to sample17

Shoes.app width: 240, height: 95 do
  para 'Testing, test, test. ',
       strong('Breadsticks. '),
       em('Breadsticks. '),
       code('Breadsticks. '),
       bg(fg(strong(ins('EVEN BETTER.')), white), rgb(255, 0, 192)),
       sub('fine!')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.rc1 samples/simple_breadsticks2.rb