Class: Thread
- Inherits:
-
Object
- Object
- Thread
- Defined in:
- lib/alda-rb/patches.rb
Overview
Contains patches to Ruby’s core classes.
Instance Attribute Summary collapse
-
#inside_alda_list ⇒ Object
Because Alda 2 uses quoted lists to denote lists (vectors) of symbols, we have to keep track of whether we are inside a list already (because this notation is inconsistent for inner lists and outer lists).
Instance Attribute Details
#inside_alda_list ⇒ Object
Because Alda 2 uses quoted lists to denote lists (vectors) of symbols, we have to keep track of whether we are inside a list already (because this notation is inconsistent for inner lists and outer lists).
10 11 12 |
# File 'lib/alda-rb/patches.rb', line 10 def inside_alda_list @inside_alda_list end |