Class: CGI

Inherits:
Object
  • Object
show all
Defined in:
lib/rdoc_rails/rdoc/ar_association.rb

Class Method Summary collapse

Class Method Details

.escapeHTML_with_nil_check(string) ⇒ Object



6
7
8
9
# File 'lib/rdoc_rails/rdoc/ar_association.rb', line 6

def self.escapeHTML_with_nil_check(string)
	string = '' if string.nil?
	escapeHTML_without_nil_check(string)
end