lib/lucid/formatter/console.rb in lucid-0.2.1 vs lib/lucid/formatter/console.rb in lucid-0.3.0
- old
+ new
@@ -208,10 +208,10 @@
profiles = @options[:profiles]
profiles_sentence = ''
profiles_sentence = profiles.size == 1 ? profiles.first :
"#{profiles[0...-1].join(', ')} and #{profiles.last}"
- @io.puts "Using the #{profiles_sentence} profile#{'s' if profiles.size> 1}..."
+ @io.puts "Using the #{profiles_sentence} profile#{'s' if profiles.size> 1}...\n\n"
end
private
FORMATS = Hash.new{ |hash, format| hash[format] = method(format).to_proc }