Class: RNV::DataTypeLibrary
- Inherits:
-
Object
- Object
- RNV::DataTypeLibrary
- Defined in:
- lib/rnv/data_type_library.rb
Overview
Datatype library callback object
Instance Method Summary collapse
Instance Method Details
#allows(typ, ps, s, n) ⇒ Boolean
19 20 21 |
# File 'lib/rnv/data_type_library.rb', line 19 def allows(typ, ps, s, n) true end |
#equal(typ, val, s, n) ⇒ Boolean
10 11 12 |
# File 'lib/rnv/data_type_library.rb', line 10 def equal(typ, val, s, n) true end |