Class: Fop::Compiler::Instructions::Op
- Inherits:
-
Struct
- Object
- Struct
- Fop::Compiler::Instructions::Op
- Defined in:
- lib/fop/compiler.rb
Instance Attribute Summary collapse
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#max_arity ⇒ Object
Returns the value of attribute max_arity.
-
#proc ⇒ Object
Returns the value of attribute proc.
Instance Attribute Details
#arity ⇒ Object
Returns the value of attribute arity
27 28 29 |
# File 'lib/fop/compiler.rb', line 27 def arity @arity end |
#max_arity ⇒ Object
Returns the value of attribute max_arity
27 28 29 |
# File 'lib/fop/compiler.rb', line 27 def max_arity @max_arity end |
#proc ⇒ Object
Returns the value of attribute proc
27 28 29 |
# File 'lib/fop/compiler.rb', line 27 def proc @proc end |