Class: RedShift::Component::GuardWrapper

Inherits:
FunctionWrapper show all
Defined in:
lib/redshift/target/c/component-gen.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from FunctionWrapper

construct, #initialize, make_subclass

Methods inherited from SingletonShadowClass

#inspect

Constructor Details

This class inherits a constructor from RedShift::Component::FunctionWrapper

Class Method Details

.strictObject



157
# File 'lib/redshift/target/c/component-gen.rb', line 157

def self.strict; @strict; end

Instance Method Details

#strictObject



158
# File 'lib/redshift/target/c/component-gen.rb', line 158

def strict; @strict ||= self.class.strict; end