Class: RedShift::Component::GuardWrapper
- Inherits:
-
FunctionWrapper
- Object
- SingletonShadowClass
- FunctionWrapper
- RedShift::Component::GuardWrapper
- 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
Constructor Details
This class inherits a constructor from RedShift::Component::FunctionWrapper
Class Method Details
.strict ⇒ Object
157 |
# File 'lib/redshift/target/c/component-gen.rb', line 157 def self.strict; @strict; end |
Instance Method Details
#strict ⇒ Object
158 |
# File 'lib/redshift/target/c/component-gen.rb', line 158 def strict; @strict ||= self.class.strict; end |