Class: Jade::Symbol::Lambda
- Inherits:
-
Data
- Object
- Data
- Jade::Symbol::Lambda
- Includes:
- Base
- Defined in:
- lib/jade/symbol/lambda.rb
Instance Attribute Summary collapse
-
#arity ⇒ Object
readonly
Returns the value of attribute arity.
Method Summary
Methods included from Base
#constructor_refs, #qualified_name
Instance Attribute Details
#arity ⇒ Object (readonly)
Returns the value of attribute arity
3 4 5 |
# File 'lib/jade/symbol/lambda.rb', line 3 def arity @arity end |