class Deklarativna::SingleTagRenderable

Public Class

This class is intended to render tags following the ‘<tagname />’ pattern

Public Instance Methods

to_s() click to toggle source
# File lib/deklarativna_core.rb, line 63
def to_s
  "<#{@tag_name}#{render_attributes} />"
end