Sha256: d28e3bcb377418b44882b3d2fd6240173636fe0e390b351582f632c238bc4fa2
Contents?: true
Size: 317 Bytes
Versions: 12
Compression:
Stored size: 317 Bytes
Contents
# Add new method bg and fg to sample17 require 'green_shoes' 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
12 entries across 12 versions & 1 rubygems