== Getting Started with PRuby You can use iaarghb to test out your code. ./iaarghb Use pruby to run your PRuby programs. ./pruby example/ye_digits.rb 42 ==Example Here's an example iaarghb session to get you started. >> a = "buried treasure" => "buried treasure" >> a.ye_stinkin_length => 15 >> b = "rum" => "rum" >> b.gimme_yer_cursed_length => 3 >> [].me_matey?(AARGHray) => true >> c = AARGHray.ahoy => [] >> c << a << b => ["buried treasure", "rum"] >> c.fore => "buried treasure" >> c.dungbie => "rum" >> c.plunder => []