Sha256: d9f72efd89d63b61bcb40ef950bd02996ebda6f121850f88bc9f917e3ce5be12

Contents?: true

Size: 223 Bytes

Versions: 7

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Phlex
	class Configuration
		attr_writer :experimental_warnings

		def experimental_warnings
			return @experimental_warnings if defined? @experimental_warnings

			true
		end
	end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phlex-1.0.1 lib/phlex/configuration.rb
phlex-1.1.1 lib/phlex/configuration.rb
phlex-1.2.2 lib/phlex/configuration.rb
phlex-1.2.1 lib/phlex/configuration.rb
phlex-1.2.0 lib/phlex/configuration.rb
phlex-1.1.0 lib/phlex/configuration.rb
phlex-1.0.0 lib/phlex/configuration.rb