join abstract method

RulesString join(
  1. RulesString separator
)

Join the elements in the list into a string, with a separator.

Implementation

RulesString join(RulesString separator);