Class: OCL::Xor
Overview
Or
Instance Method Summary collapse
Methods inherited from Binary
Methods inherited from Block
check_condition, result, #to_s
Constructor Details
This class inherits a constructor from OCL::Binary
Instance Method Details
#to_exp(result, indent_str = '') ⇒ Object
214 215 216 |
# File 'lib/dbc/ocl.rb', line 214 def to_exp(result, indent_str = '') raise "XOR not implemented yet..." end |