module Phlex::Experimental
def before_template
def before_template if Phlex.configuration.experimental_warnings puts "Warning: #{self.class.name} is experimental and subject to change." end super end
def before_template if Phlex.configuration.experimental_warnings puts "Warning: #{self.class.name} is experimental and subject to change." end super end