T
Tj Holowaychuk
Basically what I need is:
Proc.new { |a,b,c| }.params # => [:a, :b, :c]
I was looking into creating a C extension.. but yikes the closure
portion is far beyond my limited C skills (lack of). Any ideas? is this
even really possible with the way evaluation is performed?
Proc.new { |a,b,c| }.params # => [:a, :b, :c]
I was looking into creating a C extension.. but yikes the closure
portion is far beyond my limited C skills (lack of). Any ideas? is this
even really possible with the way evaluation is performed?