Class: Fluidity::Grammer::Is

Inherits:
Be show all
Defined in:
lib/fluidity/grammer.rb

Instance Method Summary collapse

Methods inherited from Be

#a, #an

Methods inherited from Base

#==, #initialize, #method_missing

Constructor Details

This class inherits a constructor from Fluidity::Grammer::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Fluidity::Grammer::Base

Instance Method Details

#notObject



79
80
81
# File 'lib/fluidity/grammer.rb', line 79

def not
  Is.new(@target, !@negate)
end