# File lib/chef/resource/ifconfig.rb, line 121
      def network(arg=nil)
        set_or_return(
          :network,
          arg,
          :kind_of => String
        )
      end