Skip to content

Commit

Permalink
Add void return to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Burke Libbey committed Mar 3, 2012
1 parent 5028494 commit 5b481cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wolverine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.redis
# cached in-memory, so if a file changes on disk, it will be necessary to
# manually reset the cache using +reset!+.
#
# @return nil
# @return [void]
def self.reset!
@root_directory = nil
end
Expand Down

0 comments on commit 5b481cb

Please sign in to comment.