module Phlex
def self.const_missing(name)
def self.const_missing(name) if name == :View raise NameError, "👋 Phlex::View has been renamed (again 🙄) to Phlex::HTML." end end
def configuration
def configuration @configuration ||= Configuration.new end
def configure
def configure yield configuration end