Method: Qcmd::QLab::Workspace#cues
- Defined in:
- lib/qcmd/qlab/workspace.rb
#cues ⇒ Object
all cues in this workspace
28 29 30 31 32 |
# File 'lib/qcmd/qlab/workspace.rb', line 28 def cues cue_lists.map do |cl| load_cues(cl, []) end.flatten.compact end |