Method: Rust::Null.can_pull?
- Defined in:
- lib/rust/core/types/datatype.rb
.can_pull?(type, klass) ⇒ Boolean
111 112 113 |
# File 'lib/rust/core/types/datatype.rb', line 111 def self.can_pull?(type, klass) return type == "NULL" && klass == "NULL" end |