Lines Matching refs:unless
65 @options[:path_src] += '/' unless @options[:path_src][-1] == 47
66 @options[:path_inc] += '/' unless @options[:path_inc][-1] == 47
67 @options[:path_tst] += '/' unless @options[:path_tst][-1] == 47
119 unless config_file.nil? || config_file.empty?
123 raise "No :unity or :cmock section found in #{config_file}" unless options
177 name = name[0].downcase + name[1..] unless start_cap
200 all_files_exist = false unless File.exist?(file[:path])
214 f.write("#{file[:boilerplate]}\n" % [file[:name]]) unless file[:boilerplate].nil?
274 raise "ERROR: You can't have more than one Module name specified!" unless module_name.nil?
284 unless ARGV[0]