# File lib/kwalify/main.rb, line 45 def initialize(command=nil) @command = command || File.basename($0) @options = {} @properties = {} @template_path = [] $:.each do |path| tpath = "#{path}/kwalify/templates" @template_path << tpath if test(?d, tpath) end end