Class: Struct
- Inherits:
-
Object
- Object
- Struct
- Defined in:
- lib/tafunc.rb
Overview
extension for taLib_ruby structures.
Class Method Summary collapse
-
.ta_types ⇒ Object
get structs of TA_*.
Class Method Details
.ta_types ⇒ Object
get structs of TA_*.
Returns
array of TA_* structs.
20 |
# File 'lib/tafunc.rb', line 20 def self.ta_types; self.constants.grep( /TA_.*/ ); end |