Class: Nokogiri::XML::Node

Inherits:
Object show all
Defined in:
lib/roda/component.rb

Overview

fix: this is really shity alias_method :original_to_html, :to_html def to_html *args

original_to_html(*args).gsub('%7B', "{").gsub('%7D', "}")

end