Sha256: 42f104d372f7d140815319a43f0a2c6a0bd7031591269511d419a62efa810285

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

module Hemingway
	module SpecialNode
		def html
			if character.text_value == "textbackslash{}"
				"\\"
			else
				character.text_value
			end
		end
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hemingway-1.0.0 lib/hemingway/special/special_nodes.rb
hemingway-0.0.3 lib/hemingway/special/special_nodes.rb