Parameters:
Returns:
11 12 13 14 15
# File 'lib/oga/entity_decoder.rb', line 11 def self.decode(input, html = false) decoder = html ? HTML::Entities : XML::Entities decoder.decode(input) end