Method: NilClass#to_R

Defined in:
lib/rust/core/types/datatype.rb

#to_RObject



144
145
146
# File 'lib/rust/core/types/datatype.rb', line 144

def to_R
    return "NULL"
end