Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created May 17, 2010 03:41
Show Gist options
  • Save chrislerum/403369 to your computer and use it in GitHub Desktop.
Save chrislerum/403369 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'ap'
IRB::Irb.class_eval do
def output_value
ap @context.last_value
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment