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