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