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.
p = Proc.new{ puts 'ok' } Is is possible to see the ruby code in the proc? inspect returns the memory …
ruby block proc