# File lib/chef/resource/ruby_block.rb, line 31 def block(&block) if block_given? and block @block = block else @block end end