Sha256: fb2d3a7e08266da8f21c7cba0eadda554e962d91ae814f44c73baa8f16baa707

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

class BasicObject
  def initialize
    # ...
  end

  def ==(other)
    `if (self == other) return Qtrue;
    return Qfalse;`
  end

  def equal?(other)
    self == other
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opal-0.3.1 gems/core/lib/core/basic_object.rb
opal-0.3.0 gems/core/lib/core/basic_object.rb