# File lib/chef/resource/erl_call.rb, line 60 def distributed(arg=nil) set_or_return( :distributed, arg, :kind_of => [ TrueClass, FalseClass ] ) end