Sha256: 1be88efb44c8dd9a802724b48dabfa89543b7e17c00c7c08bcfc806c5c3bb9dd

Contents?: true

Size: 128 Bytes

Versions: 1

Compression:

Stored size: 128 Bytes

Contents

class String
  def to_burlap
    Burlap::Node.new(:name => "string", :value => ERB::Util.html_escape(self)).to_burlap
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
burlap-1.0.0 lib/burlap/core_ext/string.rb