Remove spacer in output

This commit is contained in:
Ryan Dewhurst
2018-05-23 14:44:53 +02:00
parent 5820c53d0f
commit aca1b487ba
3 changed files with 10 additions and 35 deletions

View File

@@ -192,11 +192,6 @@ def banner
puts
end
# Space out sections
def spacer
puts " - - - - -"
end
def xml(file)
Nokogiri::XML(File.open(file)) do |config|
config.noblanks