Class: Lab42::Curry::CompiletimeArgs
- Inherits:
-
Object
- Object
- Lab42::Curry::CompiletimeArgs
- Includes:
- Enumerable
- Defined in:
- lib/lab42/curry/compiletime_args.rb
Instance Attribute Summary collapse
-
#positions ⇒ Object
readonly
Returns the value of attribute positions.
Instance Method Summary collapse
Instance Attribute Details
#positions ⇒ Object (readonly)
Returns the value of attribute positions.
6 7 8 |
# File 'lib/lab42/curry/compiletime_args.rb', line 6 def positions @positions end |
Instance Method Details
#each ⇒ Object
8 9 10 |
# File 'lib/lab42/curry/compiletime_args.rb', line 8 def each positions.each { yield _1 } end |