# File lib/chef/resource/mdadm.rb, line 39 def chunk(arg=nil) set_or_return( :chunk, arg, :kind_of => [ Integer ] ) end