40 41 42
# File 'lib/rust/core/types/utils.rb', line 40 def load_in_r_as(variable_name) Rust._eval("#{variable_name} <- #{self.to_R}") end