Class: Fluidity::Grammer::Is
Instance Method Summary collapse
Methods inherited from Be
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
#not ⇒ Object
79 80 81 |
# File 'lib/fluidity/grammer.rb', line 79 def not Is.new(@target, !@negate) end |