Sha256: 37cca91562f2a7e5d75a15b3430134e31e3ba41f4aa3523f62931797918cc7af

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

require 'support/delegated'

module V8
  class External
    include Comparable
    include Delegated

    def <=>(other)
      to_obj <=> other
    end

    def delegate
      to_obj
    end
  end # External
end # V8

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mustang-0.1.1 lib/v8/external.rb
mustang-0.1.0 lib/v8/external.rb