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