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