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