lib/dread/console_output.rb in dread-0.0.4 vs lib/dread/console_output.rb in dread-0.0.5
- old
+ new
@@ -1,9 +1,9 @@
module Dread
module ConsoleOutput
class << self
- INDENT_INCREASE = 3
+ INDENT_INCREASE = 4
def generate(dependable_collection, indent=0)
dependable_collection.each do |relation_name, dependables|
indent_string = " " * indent
puts "#{indent_string}#{relation_name}"
\ No newline at end of file