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