Method: Webbynode::Git#commit3

Defined in:
lib/webbynode/git.rb

#commit3(comments) ⇒ Object



91
92
93
94
# File 'lib/webbynode/git.rb', line 91

def commit3(comments)
  comments.gsub! /"/, '\"'
  io.exec3("git commit -m \"#{comments}\"")
end