class Phlex::Compiler

def redefined?(method_name)

def redefined?(method_name)
	prototype = @view.allocate
	@view.instance_method(method_name).bind(prototype) !=
		Phlex::HTML.instance_method(method_name).bind(prototype)
end