Skip to content

Instantly share code, notes, and snippets.

@ozzyaaron
Created November 10, 2011 05:24
Show Gist options
  • Save ozzyaaron/1354184 to your computer and use it in GitHub Desktop.
Save ozzyaaron/1354184 to your computer and use it in GitHub Desktop.
require "rubygems"
require "awesome_print"
unless IRB.version.include?('DietRB')
IRB::Irb.class_eval do
def output_value
ap @context.last_value
end
end
else # MacRuby
IRB.formatter = Class.new(IRB::Formatter) do
def inspect_object(object)
object.ai
end
end.new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment