Search code examples
Ruby block, procs and instance_eval...


rubyblocklambdaproc-object

Read More
How to pass parameters to a proc when calling it by a method?...


rubyparameterscallblockproc-object

Read More
How do I using instance variables from within a lambda/Proc defined in a class variable?...


rubyoopproc-object

Read More
How do I marshal a lambda (Proc) in Ruby?...


rubyserializationlambdaproc-object

Read More
Are there any "simple" explanations of what procs and lambdas are in Ruby?...


rubylambdaproc-object

Read More
Why use procs instead of methods?...


rubyproc-object

Read More
Ruby Lambda vs. Proc LocalJumpError...


rubyproc-object

Read More
Why does explicit return make a difference in a Proc?...


rubyreturnproc-object

Read More
Ruby Proc: Invoking method from Class A from within Class B, and using Class B's 'method&#39...


rubylambdaproc-object

Read More
TCL - return variable vs upvar and modify...


tclproc-objectupvar

Read More
How to use a variable as default value of a TCL proc argument...


defaulttclargumentsproc-object

Read More
Ruby Proc Syntax...


rubysyntaxproc-object

Read More
How do you stringize/serialize Ruby code?...


rubyserializationlambdaproc-object

Read More
Ruby: Proc.new { 'waffles' } vs. proc { 'waffles' }...


rubysyntaxproc-object

Read More
Why can procs be invoked with === in ruby 1.9?...


rubyruby-1.9proc-object

Read More
Why does the break statement in ruby behave differently when using Proc.new v. the ampersand sign?...


ruby-on-railsrubyproc-object

Read More
Why use Proc.new to call a method in a Rails callback?...


ruby-on-railsrubyproc-object

Read More
What is happening to this lambda ? could someone explain...


rubylambdaproc-object

Read More
Unable to pass a variable to a procedure using upvar in Tcl...


tclproc-objectupvar

Read More
Using proc to duplicate parameters in Tcl...


tclproc-object

Read More
TCL - how to know how much time a function has worked?...


timetimestamptclproc-object

Read More
proc changing class in irb...


rubyirbproc-object

Read More
Using procs with Ruby's DSLs...


rubymetaprogrammingdslproc-object

Read More
Ruby - What is this output...


rubyproc-object

Read More
Proc.new in Ruby: when do I need to use it?...


ruby-on-railsrubyproc-object

Read More
Referencing a local variable from a Proc defined in another scope...


rubyproc-object

Read More
How can two arguments be passed to a method with a one-argument signature?...


rubyproc-objectarity

Read More
ArgumentError calling a Proc...


rubyproc-object

Read More
Why does this code produce a nil following a Proc.call?...


rubyirbproc-object

Read More
how can I delegate a call passing through the block that came with it?...


rubyblockdelegationproc-object

Read More
BackNext