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