Module: Cyclotone::Transforms::Concatenation
- Included in:
- Pattern
- Defined in:
- lib/cyclotone/transforms/concatenation.rb
Instance Method Summary collapse
Instance Method Details
#append(other) ⇒ Object
6 7 8 |
# File 'lib/cyclotone/transforms/concatenation.rb', line 6 def append(other) Pattern.append(self, other) end |
#fast_append(other) ⇒ Object
10 11 12 |
# File 'lib/cyclotone/transforms/concatenation.rb', line 10 def fast_append(other) Pattern.fast_append(self, other) end |