The Ruby on Rails and ClojureScript experts

Oct 1, 2012

A very rubyish approach to debugging. Offers

  • A – assert
  • B – beep
  • C – callstack
  • D – debugger
  • D1/D2 – object diff
  • E – empty check
  • F – write to file
  • J – jump into object
  • L – logger
  • M – mark as tainted, untainted
  • N – nil check
  • P – print to STDOUT
  • R – ri Ruby documentation
  • S – bump safety level
  • T – timestamp
And it prints in Awesome Print format.

Link: Letters: The tiny debugging library for Ruby via lettersrb.com