Class: RedShift::Component::FunctionWrapper
- Includes:
- CShadow
- Defined in:
- lib/redshift/target/c/component-gen.rb
Overview
FunctionWrappers wrap function pointers for access from ruby.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(inspect_str) ⇒ FunctionWrapper
constructor
A new instance of FunctionWrapper.
- #inspect ⇒ Object
Constructor Details
#initialize(inspect_str) ⇒ FunctionWrapper
Returns a new instance of FunctionWrapper.
151 152 153 |
# File 'lib/redshift/target/c/component-gen.rb', line 151 def initialize inspect_str @inspect_str = inspect_str end |
Instance Method Details
#inspect ⇒ Object
149 |
# File 'lib/redshift/target/c/component-gen.rb', line 149 def inspect; @inspect_str; end |