Sha256: ec0e0d4d5ca0d672a52d8fdb62da47cb9ca8c945a6cfc9388b6005529e98a1f4
Contents?: true
Size: 407 Bytes
Versions: 16
Compression:
Stored size: 407 Bytes
Contents
module Rsense module Server module Command end end end class Rsense::Server::Command::NativeAttrMethod < Java::org.cx4a.rsense.typing.runtime::SpecialMethod attr_accessor :context, :graph def initialize super end def call(runtime, receivers, args, blcck, result) Java::org.cx4a.rsense.typing.runtime::RuntimeHelper.defineAttrs(@graph, receivers, args, true, true) end end
Version data entries
16 entries across 16 versions & 1 rubygems