Method: BOAST::Modulo#to_s

Defined in:
lib/BOAST/Language/Operators.rb

#to_sObject



978
979
980
981
# File 'lib/BOAST/Language/Operators.rb', line 978

def to_s
  return to_s_fortran if lang == FORTRAN
  return to_s_c if [C, CL, CUDA].include?( lang )
end