From: ts Date: 2001-07-13T00:12:27+09:00 Subject: [ruby-talk:17725] Re: Null Pattern >>>>> "K" == Keith Hodges writes: K> class Null One small problem with your implementation is (your class is in null.rb) pigeon% cat b.rb #!/usr/bin/ruby require 'null' p 0 + NULL pigeon% pigeon% b.rb ./b.rb:3:in `+': coerce must return [x, y] (TypeError) from ./b.rb:3 pigeon% Guy Decoux