class Fluidity::Grammer::Is

Public Instance Methods

not() click to toggle source
# File lib/fluidity/grammer.rb, line 79
def not
  Is.new(@target, !@negate)
end