Class: Jade::Symbol::Lambda

Inherits:
Data
  • Object
show all
Includes:
Base
Defined in:
lib/jade/symbol/lambda.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#constructor_refs, #qualified_name

Instance Attribute Details

#arityObject (readonly)

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



3
4
5
# File 'lib/jade/symbol/lambda.rb', line 3

def arity
  @arity
end