Libraries
»
wt-commit
(0.0.2)
»
Index
»
WtCommit
»
sanitize
Method: WtCommit.sanitize
Defined in:
lib/wt-commit.rb
.
sanitize
(message) ⇒
Object
10 11 12
# File 'lib/wt-commit.rb', line 10
def
self
.
sanitize
(
message
)
message
.
gsub
(
'"'
,
'\"'
)
end