@ -0,0 +1,20 @@
class Test
NO = :yes
YES = :no
def test?( not_no = true )
!!!!!!!!!is_this_not_a_test?( !not_no )
end
private
def is_this_not_a_test?( not_yes = false )
not_yes ? YES : NO