This post originated from an RSS feed registered with Ruby Buzz
by Red Handed.
Original Post: Try Ruby is Done, Makes HTML Now
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Just wrapped things up. I’m really pleased with the last half of this tutorial. I’m sure I’ve introduced a bunch of bugs in my haste to add the virtual filesystem and a couple of libraries to the mix.
The most glorious addition is a simple HTML generation library. Want to try it out? Go to Try Ruby and run this:
require 'popup'
Popup.make do
h1 "Things To Do"
list do
p "Try out Ruby"
p "Ride a tiger"
p "(down River Euphrates)"
end
end
Also, the upsy quizzies are fixed in Firefox for Windows. You can type slashes now. So sorry about all that. I’ll pretty things up over the next few days.