# File lib/rhc/helpers.rb, line 283
    def header(s,opts = {}, &block)
      say [s, "="*s.length]
      if block_given?
        indent &block
      end
    end