# File lib/ap/mixin/active_support.rb, line 8
  def self.included(base)
    base.send :alias_method, :printable_without_active_support, :printable
    base.send :alias_method, :printable, :printable_with_active_support
  end