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