Sha256: 556892f1ceddda3a75d1fb3741f82ad690f20f9567f780845bfe05a69d35e5df
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 Bytes
Contents
module Mustang module V8 class External include Comparable include Delegated def <=>(other) to_obj <=> other end def delegate to_obj end end # External end # V8 end # Mustang
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mustang-0.2.2 | lib/mustang/v8/external.rb |
mustang-0.2.1 | lib/mustang/v8/external.rb |
mustang-0.2.0 | lib/mustang/v8/external.rb |