Sha256: e6a687b7dee36fda156b84277b113fd5f1ca8eb63b2ad925a4758d3438fa66ad
Contents?: true
Size: 241 Bytes
Versions: 17
Compression:
Stored size: 241 Bytes
Contents
class RunnableWrapper def initialize(block) @block = block @native = Java::com.droiuby.wrappers.RunnableRubyWrapper.new(_execution_bundle,self) end def run @block.call end def to_native @native end end
Version data entries
17 entries across 17 versions & 1 rubygems