module DemoInstaller def proceed(target,source,banner) options = { } options[:target]="#{target}" OptionParser.new do |opts| opts.banner =banner +<