lib/git_handler.rb in git_handler-0.2.1 vs lib/git_handler.rb in git_handler-0.2.2
- old
+ new
@@ -7,9 +7,10 @@
require 'git_handler/git_command'
require 'git_handler/session'
module GitHandler
# Shorthand for GitHandler::Session.new
+ # @param [Configuration] config configuration instance
# @return [Session] new session instance
def self.new(config)
GitHandler::Session.new(config)
end
end
\ No newline at end of file