# File lib/rhc/highline_extensions.rb, line 101 def header(str,opts = {}, &block) say Header.new(str, default_max_width, ' ') if block_given? indent &block end end