Method: OpenC3::GenericConversion#code_to_eval

Defined in:
lib/openc3/conversions/generic_conversion.rb

#code_to_evalString

Returns The Ruby code to evaluate which should return the converted value.

Returns:

  • (String)

    The Ruby code to evaluate which should return the converted value



28
29
30
# File 'lib/openc3/conversions/generic_conversion.rb', line 28

def code_to_eval
  @code_to_eval
end