Sha256: a0aa18d774886537d4f42ad53cecf6e8197560a08f8841141ef1880d02c749b1
Contents?: true
Size: 386 Bytes
Versions: 8
Compression:
Stored size: 386 Bytes
Contents
class Workspace < Container include Singleton def add_items msg = '<h3>Hello World!</h3>' msg += '<p>Add your content widgets here.</p>' msg += '<p>Static widgets (navbar and footer) should be added to the viewport.</p>' wrap = '<div style="text-align:center">%s</div>' % msg MessageWindow.new wrap, 'Hello World!' end def initial_background_color SLATEGRAY end end
Version data entries
8 entries across 8 versions & 1 rubygems