>> require 'sourcify' => true >> p = Proc.new {} => #<Proc:0x000001028490b0@(irb):3> >> p.to_source => "proc { }"
一旦你将块作为字符串,就可以很容易地看到花括号之间是否有(或只有空格).