31 32 33
# File 'lib/yoda.rb', line 31 def it_is Yoda::Equality.new self end
34 35 36
# File 'lib/yoda.rb', line 34 def it_is_not Yoda::InEquality.new self end