class ActiveSupport::NumberHelper::NumberToDelimitedConverter

def convert

Experimental RBS support (using type sampling data from the type_fusion project).

def convert: () -> String

This signature was generated using 2 samples from 1 application.

def convert
  parts.join(options[:separator])
end