Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_RObject



92
93
94
# File 'lib/rust/core/types/datatype.rb', line 92

def to_R
    "TRUE"
end