Method: Code::Object.code_equal_equal
- Defined in:
- lib/code/object.rb
.code_equal_equal(other) ⇒ Object
102 103 104 |
# File 'lib/code/object.rb', line 102 def self.code_equal_equal(other) Boolean.new(self == other) end |
102 103 104 |
# File 'lib/code/object.rb', line 102 def self.code_equal_equal(other) Boolean.new(self == other) end |