# File lib/cgikit/delegate.rb, line 158 def empty_tag s = "<#@name #{attributes_string()}" unless @other.empty? then s << " #@other" end s << " />" s end