Sha256: 3bfee525654b32aa1c5b474a679f4f10d0ecbd004a0d170f06e53e23eef6b2a9
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
bindless ======== run ruby procs with different binds on the fly! simple use ```ruby require "bindless" test_proc= Proc.new{ self.hello_world } class Test def self.hello_world puts "hello world!" end def self.test_call proc_obj proc_obj.call_with_binding(self.binding?) end end Test.test_call test_proc #> "hello world!" ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bindless-1.0.1 | README.md |
bindless-1.0.0 | README.md |