Skip to content

Instantly share code, notes, and snippets.

@mtalcott
Created April 12, 2012 17:21
Show Gist options
  • Save mtalcott/2369302 to your computer and use it in GitHub Desktop.
Save mtalcott/2369302 to your computer and use it in GitHub Desktop.
awesome_print integration with pry
# use awesome print for all objects in pry
Pry.config.print = proc { |output, value| output.puts value.ai }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment