Top "Block" questions

DO NOT USE This tag is scheduled for removal because it can refer to many different things depending on the use of other tags with it.

Is it possible to see the ruby code in a proc?

p = Proc.new{ puts 'ok' } Is is possible to see the ruby code in the proc? inspect returns the memory …

ruby block proc