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