Class: DL::PtrData
- Inherits:
-
Object
- Object
- DL::PtrData
- Defined in:
- lib/aalib.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#string? ⇒ Boolean
47 48 49 50 |
# File 'lib/aalib.rb', line 47 def string? p self.data_type data_type[1] == 'S' end |