module DA_HTML::ID_CLASS
Direct including types
Defined in:
da_html/attrs/id_class.crInstance Method Summary
- #write_attr_id(raw : String)
-
#write_attr_id_class
This dummy method helps to allow id_class_(*args) when the arguments tuple is empty.
- #write_attr_id_class(*raw)
Instance Method Detail
def write_attr_id_class
#
This dummy method helps to allow id_class_(*args) when the arguments tuple is empty. Reduces the amount of conditions and boilerplate code.