Sha256: 36894a636d621f880dd27d21b0f61cbfc3bb603c9c97dc43a8b2adfe1d3d3f71
Contents?: true
Size: 523 Bytes
Versions: 4
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true module Fixtures module Compilation module VCall class WithStandardElement < Phlex::View def template div end end class WithVoidElement < Phlex::View def template img end end class WithAnotherMethodCall < Phlex::View def template article some_other_method article end end class WithRedefinedTagMethod < Phlex::View def template title article end def title h1 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phlex-0.4.0 | fixtures/compilation/vcall.rb |
phlex-0.3.2 | fixtures/compilation/vcall.rb |
phlex-0.3.1 | fixtures/compilation/vcall.rb |
phlex-0.3.0 | fixtures/compilation/vcall.rb |