Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
Fixed doc for VCS.default_adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Feb 7, 2012
1 parent b5b33c5 commit a57b402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/metior/vcs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def adapters

# Sets or returns the default adapter for this VCS
#
# @param [Symbol] The
# @param [Symbol, nil] name The name of the adapter to register as the
# default one or `nil` to return the current
# @return [Module] This VCS's default adapter
def default_adapter(name = nil)
if name.nil?
Expand Down

0 comments on commit a57b402

Please sign in to comment.