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