module Kernel
Adding functions that is accessible everywhere.
Public Instance Methods
alda(*args) → true or false
click to toggle source
Runs the alda command. Does not capture output.
alda 'version' alda 'play', '-c', 'piano: a' alda 'repl'
Returns whether the exit status is 0
.
# File lib/alda-rb/commandline.rb, line 16 def alda *args system Alda.executable, *args end