Method: Fdlint::Parser::HTML::Property#to_s

Defined in:
lib/fdlint/parser/html/struct.rb

#to_sObject



340
341
342
343
344
345
346
# File 'lib/fdlint/parser/html/struct.rb', line 340

def to_s
  if value.nil?
    name.to_s
  else
    "#{name}=#{sep}#{value}#{sep}"
  end
end