# File lib/ezprint/pdf_helper.rb, line 3 def self.included(base) base.class_eval do alias_method_chain :render, :ezprint end end