# File lib/chef/resource/route.rb, line 88
      def target(arg=nil)
        set_or_return(
          :target,
          arg,
          :kind_of => String
        )
      end