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