# File lib/awesome_print/core_ext/kernel.rb, line 8
  def ai(options = {})
    ap = AwesomePrint::Inspector.new(options)
    ap.awesome self
  end