Sha256: 74b675908e02601912a15f79f6f2e99b70b6eb9509792b1d66a0009a36568332

Contents?: true

Size: 245 Bytes

Versions: 4

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

module Phlex
	module Experimental
		def before_template
			if Phlex.configuration.experimental_warnings
				puts "Warning: #{self.class.name} is experimental and subject to change."
			end

			super
		end
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phlex-1.0.1 lib/phlex/experimental.rb
phlex-1.1.1 lib/phlex/experimental.rb
phlex-1.1.0 lib/phlex/experimental.rb
phlex-1.0.0 lib/phlex/experimental.rb