From: "Peña, Botp" Date: 2008-04-29T18:08:45+09:00 Subject: Re: Array#first is not Array#[0] From: Fredrik [mailto:fredjoha@gmail.com] # irb> g.size # => "Here you go: 3" # # That's a strange size :) # So this solution solves some problems but creates new ones instead... you wanted to put text on all ops so even irb> g.last => "Here you go: 3" is already strange, right? my suggestion is if you just want to view some output w text, just wrapped it in a text, like so, puts "Here you go: #{g.last}" kind regards -botp