# File lib/awesome_print/inspector.rb, line 43 def pry! if defined?(Pry) Pry.print = proc { |output, value| output.puts value.ai } end end