Class: PascalString
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- PascalString
- Defined in:
- lib/synthdef.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
8 |
# File 'lib/synthdef.rb', line 8 def get; self.data; end |
#set(v) ⇒ Object
9 |
# File 'lib/synthdef.rb', line 9 def set(v) self.data = v; end |