Sha256: 61c451c1df1d7c94206d9fbc19ab2f4a39927d3385568f7531d5d17a78a79eff

Contents?: true

Size: 158 Bytes

Versions: 6

Compression:

Stored size: 158 Bytes

Contents

module ExpressTemplates
  module Components
    class NullWrap < Components::Container
      def compile
        compile_children
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
express_templates-0.3.6 lib/express_templates/components/null_wrap.rb
express_templates-0.3.5 lib/express_templates/components/null_wrap.rb
express_templates-0.3.4 lib/express_templates/components/null_wrap.rb
express_templates-0.3.2 lib/express_templates/components/null_wrap.rb
express_templates-0.3.1 lib/express_templates/components/null_wrap.rb
express_templates-0.3.0 lib/express_templates/components/null_wrap.rb