Class: Fontina::Formats::Shared::PString
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Fontina::Formats::Shared::PString
- Defined in:
- lib/fontina/formats/shared/p_string.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
7 8 9 |
# File 'lib/fontina/formats/shared/p_string.rb', line 7 def get string end |
#set(value) ⇒ Object
11 12 13 |
# File 'lib/fontina/formats/shared/p_string.rb', line 11 def set(value) string = value end |