Class: RNV::DataTypeLibrary

Inherits:
Object
  • Object
show all
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

Parameters:

Returns:



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

Parameters:

Returns:



10
11
12
# File 'lib/rnv/data_type_library.rb', line 10

def equal(typ, val, s, n)
  true
end