Class: UState::Query::NotEquals

Inherits:
Node
  • Object
show all
Includes:
Binarity
Defined in:
lib/ustate/query/not_equals.rb

Instance Method Summary collapse

Methods included from Binarity

#==, #a, #b, #children, #children=, #initialize, #inspect, #mass, #to_s

Methods inherited from Node

#indent, #inspect, #inspect_helper, #mass

Instance Method Details

#===(state) ⇒ Object



5
6
7
# File 'lib/ustate/query/not_equals.rb', line 5

def ===(state)
  state.send(@a) != @b
end