Ruby T-Shirt Idea

Hal E. Fulton wrote:

Done long ago. See Ruby.shop at rubyhacker.com

Hey, Hal, just for clarification: is Ruby.shop officially “open for
business” now? I notice that on the main page
(http://cafeshops.com/mathomhouse/6101) it still has the disclaimer
“[under construction]”.

I especially like the “Large Kanji Ruby T-Shirt” and will probably order
one if things are up and running. Now, you promise that Matz or some
other native Japanese speaker has confirmed that the Kanji is correct
and isn’t some kind of profanity, right? :wink:

It’s a pity the PragProgs were enlightened after writing that book:
there’s no reference to Ruby on it IIRC (I don’t know how to do ‘grep’
on a dead-tree medium :-P)

···

On Sat, Jul 12, 2003 at 12:02:53AM +0900, Austin Ziegler wrote:

On Fri, 11 Jul 2003 15:22:57 +0900, Hal E. Fulton wrote:

I do hope the street_cred bit is true. It’s my
perception that Ruby is gaining in popularity,
but someone told me a few days ago that Ruby
was “dead in the water.” I raised my eyebrow
and expressed the opposite opinion, of course.

I have been through a series of interviews recently – people who
have finally gotten around to reading The Pragmatic Programmer
and have had my Rubyist status received positively.


_ _

__ __ | | ___ _ __ ___ __ _ _ __
'_ \ / | __/ __| '_ _ \ / ` | ’ \
) | (| | |
__ \ | | | | | (| | | | |
.__/ _,
|_|/| || ||_,|| |_|
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com

Beeping is cute, if you are in the office :wink:
– Alan Cox

irb(main):001:0> {:your => ‘high’}.shift
=> [:your, “high”]
irb(main):002:0> exit

Probably a result of hopping out of the
GPL thread next door ?

You want the “arguments” room, down the corridor
where you will, surely, find …

irb(main):001:0> @stress_level.shift
NoMethodError: undefined method `shift’ for nil:NilClass
from (irb):1

daz

···

“Brian Candler” B.Candler@pobox.com wrote:

On Fri, Jul 11, 2003 at 03:31:00PM +0900, daz wrote:

  • @stress_level = @stress_level / 2
  • @stress_level.shift

irb(main):001:0> 5.shift
NameError: undefined method `shift’ for 5:Fixnum