Class: Thread

Inherits:
Object
  • Object
show all
Defined in:
lib/alda-rb/patches.rb

Overview

Contains patches to Ruby’s core classes.

Instance Attribute Summary collapse

Instance Attribute Details

#inside_alda_listObject

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