Module: ERB::Formatter::DebugShovel

Defined in:
lib/erb/formatter.rb

Instance Method Summary collapse

Instance Method Details

#<<(string) ⇒ Object



71
72
73
74
# File 'lib/erb/formatter.rb', line 71

def <<(string)
  puts "ADDING: #{string.inspect} FROM:\n  #{caller(1, 5).join("\n  ")}"
  super
end