Class: Fusion::PGuard
- Inherits:
-
Struct
- Object
- Struct
- Fusion::PGuard
- Defined in:
- lib/fusion.rb
Overview
inner ? predicate
Instance Attribute Summary collapse
-
#inner ⇒ Object
Returns the value of attribute inner.
-
#pred_expr ⇒ Object
Returns the value of attribute pred_expr.
Instance Attribute Details
#inner ⇒ Object
Returns the value of attribute inner
233 234 235 |
# File 'lib/fusion.rb', line 233 def inner @inner end |
#pred_expr ⇒ Object
Returns the value of attribute pred_expr
233 234 235 |
# File 'lib/fusion.rb', line 233 def pred_expr @pred_expr end |