Categories: None [Edit]

box_layout

https://rubygems.org/gems/box_layout
Allows you to lay out HTML using ASCII art. Stolen from psykotic's code posted to reddit: http://programming.reddit.com/info/k9dx/comments == SYNOPSIS: require 'box_layout' page_template = <<-END ---------- | | ---------- | | | | | | | | | | | | | | | | ---------- | | ---------- END layout = BoxLayout.html page_template puts "<title>cute</title>" puts "<style>* { border: 1px solid black }</style>" puts layout % %w[header left body right footer].map {|s| "**#{s}**" } == REQUIREMENTS:

Total

Ranking: 115,114 of 191,483
Downloads: 6,305

Daily

Ranking: 140,423 of 191,454
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,3409,197,334hoe

Owners

#GravatarHandle
1iconzenspider