module Kernel

def ap(object, options = {})

def ap(object, options = {})
  ap = AwesomePrint.new(options)
  ap.puts object
end