Method: Talius#denormalize

Defined in:
lib/talius.rb

#denormalize(raw) ⇒ Object

Used by Talius::Rule to rebuild a string that has placeholders in it. This method is not useful for any purpose beyond that.



68
69
70
# File 'lib/talius.rb', line 68

def denormalize(raw)
	return reslash(requote(raw))
end