class Thor::Shell::Basic

def git_merge_tool #:nodoc:

:nodoc:
def git_merge_tool #:nodoc:
  `git config merge.tool`.rstrip rescue ""
end