2 3 4
# File 'lib/burlap/core_ext/string.rb', line 2 def to_burlap Burlap::Node.new(:name => "string", :value => ERB::Util.html_escape(self)).to_burlap end