class HTMLClass::JoinMerge

Overview

Simple merge strategy that just joins tokens with a space

Included Modules

Defined in:

html_class.cr

Instance Method Summary

Instance Method Detail

def merge(*tokens : String | Enumerable(String)) : String #

[View source]