$ irb >> require 'yaml' => true >> Cat = Struct.new(:one, :two, :three) => Cat >> j = Cat.new(1, 2, 3) => # |
Pastie
Support Pastie
or read my
Pastie << self
blog
$ irb >> require 'yaml' => true >> Cat = Struct.new(:one, :two, :three) => Cat >> j = Cat.new(1, 2, 3) => # |