class Thor::Shell::Basic

def merge_tool #:nodoc:

:nodoc:
def merge_tool #:nodoc:
  @merge_tool ||= ENV["THOR_MERGE"] || git_merge_tool
end