Method: Code::Object#code_different
- Defined in:
- lib/code/object.rb
#code_different(other) ⇒ Object
363 364 365 |
# File 'lib/code/object.rb', line 363 def code_different(other) Boolean.new(self != other) end |
363 364 365 |
# File 'lib/code/object.rb', line 363 def code_different(other) Boolean.new(self != other) end |