# File lib/cgikit/project/command.rb, line 230 def setup super() @opt.on("-s superclass", "Create subclass of the specified class") do |v| @superclassname = v end end