170 171 172
# File 'lib/rust/core/types/datatype.rb', line 170 def to_R return self.nan? ? "NA" : super end