module Indulgence
Constants
- VERSION
Public Class Methods
strict=(boolean)
click to toggle source
# File lib/indulgence.rb, line 12 def self.strict=(boolean) @strict = boolean end
strict?()
click to toggle source
# File lib/indulgence.rb, line 8 def self.strict? !instance_variable_defined?(:@strict) || @strict end