StackOverflow Questions for Tag: proc-object

MetaFu
MetaFu

Reputation: 1111

Using 'return' in a Ruby block

Score: 111

Views: 81444

Answers: 8

Read More
brad
brad

Reputation: 32335

Ruby block, procs and instance_eval

Score: 16

Views: 12090

Answers: 5

Read More
Croplio
Croplio

Reputation: 3583

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

Score: 9

Views: 14441

Answers: 3

Read More
Srgrn
Srgrn

Reputation: 1825

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

Score: 4

Views: 3819

Answers: 2

Read More
James A. Rosen
James A. Rosen

Reputation: 65232

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

Score: 21

Views: 9576

Answers: 7

Read More
yazz.com
yazz.com

Reputation: 58766

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

Score: 5

Views: 209

Answers: 1

Read More
Nathan
Nathan

Reputation: 7855

Why use procs instead of methods?

Score: 22

Views: 4403

Answers: 2

Read More
Tim Lindsey
Tim Lindsey

Reputation: 757

Ruby Lambda vs. Proc LocalJumpError

Score: 4

Views: 1136

Answers: 2

Read More
uzo
uzo

Reputation: 2821

Why does explicit return make a difference in a Proc?

Score: 61

Views: 19466

Answers: 3

Read More
Michael van Rooijen
Michael van Rooijen

Reputation: 6733

Ruby Proc: Invoking method from Class A from within Class B, and using Class B's 'method'

Score: 0

Views: 1395

Answers: 1

Read More
Alan O'Donnell
Alan O'Donnell

Reputation: 1286

Ruby: convert proc to lambda?

Score: 16

Views: 5320

Answers: 5

Read More
Narek
Narek

Reputation: 39881

TCL - return variable vs upvar and modify

Score: 3

Views: 3834

Answers: 3

Read More
patrick
patrick

Reputation: 1292

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

Score: 10

Views: 4365

Answers: 3

Read More
mbm
mbm

Reputation: 1922

Ruby Proc Syntax

Score: 1

Views: 2432

Answers: 3

Read More
Jonathan Tran
Jonathan Tran

Reputation: 15276

How do you stringize/serialize Ruby code?

Score: 17

Views: 8100

Answers: 4

Read More
Bashir
Bashir

Reputation: 21

Paperclip dynamic Proc styles called before object initialized

Score: 0

Views: 1426

Answers: 2

Read More
ClosureCowboy
ClosureCowboy

Reputation: 21531

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

Score: 36

Views: 5336

Answers: 1

Read More
John Bachir
John Bachir

Reputation: 22711

Why can procs be invoked with === in ruby 1.9?

Score: 6

Views: 149

Answers: 4

Read More
sawa
sawa

Reputation: 168071

A method that applies self to a proc

Score: 0

Views: 172

Answers: 3

Read More
Salman Paracha
Salman Paracha

Reputation: 1703

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

Score: 8

Views: 3051

Answers: 3

Read More
PreviousPage 1Next