# File lib/chef/resource/mdadm.rb, line 86
      def bitmap(arg=nil)
        set_or_return(
          :bitmap,
          arg,
          :kind_of => [ String ]
        )
      end