# File watir/container.rb, line 213
    def button(how, what=nil)
      how, what = process_default :value, how, what
      Button.new(self, how, what)
    end