# File lib/chef/resource/mount.rb, line 47 def mount_point(arg=nil) set_or_return( :mount_point, arg, :kind_of => [ String ] ) end