Method: HTML#clear

Defined in:
lib/html.rb

#clearObject



21
22
23
# File 'lib/html.rb', line 21

def clear
  @string = +""
end