Class: TrueClass

Inherits:
Object show all
Defined in:
lib/rust/core/types/datatype.rb

Instance Method Summary collapse

Instance Method Details

#to_RObject



122
123
124
# File 'lib/rust/core/types/datatype.rb', line 122

def to_R
    "TRUE"
end