class Phlex::View
def compile
def compile return if @compiled return unless name return if name.start_with? "#" Compiler.new(self).call @compiled = true end
def compile return if @compiled return unless name return if name.start_with? "#" Compiler.new(self).call @compiled = true end