Class: Rubylog::DSL::Thats::Not

Inherits:
Rubylog::DSL::Thats show all
Defined in:
lib/rubylog/dsl/thats.rb

Instance Method Summary collapse

Methods inherited from Rubylog::DSL::Thats

#==, #inspect, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rubylog::DSL::Thats

Instance Method Details

#rubylog_matches_as_guard?(other) ⇒ Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/rubylog/dsl/thats.rb', line 25

def rubylog_matches_as_guard? other
  not super
end