44 45 46
# File 'lib/loki/logger.rb', line 44 def puts(text, mark = ">") $stdout.puts((" " * @indent * 2) + "#{mark} #{parse(text)}") end