class String

Contains patches to Ruby’s core classes.

Public Instance Methods

detach_from_parent(...) click to toggle source

See Alda::Event#detach_from_parent.

# File lib/alda-rb/patches.rb, line 94
def detach_from_parent(...)
end
to_alda_code() → String click to toggle source

See Alda::Event#to_alda_code.

# File lib/alda-rb/patches.rb, line 88
def to_alda_code
  dump
end