Ever placed `puts`, `pp` or `ap` for debugging purposes in the code and then forgot where the prints come from? Use `dp` (or `debug_print`) instead! `dp` simply prints header line with information about caller.
Required Ruby Version
>= 0
Authors
Petr Cervinka