I'm absolutely new to Ruby and I'm using my Mac terminal.
I'm following this getting-started tutorial but after I created a Greeter object:
g = Greeter.new("Pat")
Nothing happens, no error messages whatsoever.
I though I'm supposed to see something like:
=> #<Greeter:0x16cac @name="Pat">
What's wrong, am I supposed to install something extra for Ruby to work properly on my Mac?