Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/alda-rb/patches.rb
Overview
Contains patches to Ruby’s core classes.
Instance Method Summary collapse
-
#detach_from_parent ⇒ Object
See Alda::Event#detach_from_parent.
-
#to_alda_code ⇒ Object
:call-seq: to_alda_code() -> String.
Instance Method Details
#detach_from_parent ⇒ Object
See Alda::Event#detach_from_parent.
113 114 |
# File 'lib/alda-rb/patches.rb', line 113 def detach_from_parent(...) end |