Class: Object

Inherits:
BasicObject
Defined in:
lib/andand2.rb

Overview

possibly-better-but-at-least-different version of andand. myObject.andand.method.garbage.method.garbage.garbage.garbage.method.method.garbage … works, unlike with the standard andand.

Instance Method Summary collapse

Instance Method Details

#andandObject



6
7
8
# File 'lib/andand2.rb', line 6

def andand
  AndAnd.new(self)
end