Method: RedShift::CexprGuard#initialize
- Defined in:
- lib/redshift/target/c/flow/expr.rb
#initialize(f) ⇒ CexprGuard
Returns a new instance of CexprGuard.
3 4 5 |
# File 'lib/redshift/target/c/flow/expr.rb', line 3 def initialize f super nil, f end |