Sha256: 6c44109c84f884ca774251f6e265e2fff6d78b2d04c03e13e292bb4caca9c9b1
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
module Mustang module V8 class Function def call(*args, &block) call_on(@receiver, *args, &block); end def to_proc origin.to_proc if origin end end # Function end # V8 end # Mustang
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mustang-0.2.1 | lib/mustang/v8/function.rb |
mustang-0.2.0 | lib/mustang/v8/function.rb |