Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- 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.
170 171 |
# File 'lib/alda-rb/patches.rb', line 170 def detach_from_parent(...) end |
#to_alda_code ⇒ Object
:call-seq:
to_alda_code() -> String
See Alda::Event#to_alda_code.
164 165 166 |
# File 'lib/alda-rb/patches.rb', line 164 def to_alda_code 'true' end |