Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 20, 2011
1 parent 6244017 commit aae5931
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/data_paths/methods.rb
Expand Up @@ -35,8 +35,8 @@ def register_data_path(path)
end

#
# @deprecated Will be removed 1.0.0, please use {#register_data_path}
# instead.
# @deprecated
# Will be removed 1.0.0, please use {#register_data_path} instead.
#
def register_data_dir(path)
STDERR.puts "DEPRECATED: Please use register_data_path instead."
Expand All @@ -63,8 +63,8 @@ def unregister_data_path(path)
end

#
# @deprecated Will be removed 1.0.0, please use {#unregister_data_path}
# instead.
# @deprecated
# Will be removed 1.0.0, please use {#unregister_data_path} instead.
#
def unregister_data_dir!(path)
STDERR.puts "DEPRECATED: Please use unregister_data_path instead."
Expand All @@ -87,8 +87,8 @@ def unregister_data_paths
end

#
# @deprecated Will be removed 1.0.0, please use {#unregister_data_paths}
# instead.
# @deprecated
# Will be removed 1.0.0, please use {#unregister_data_paths} instead.
#
def unregister_data_dirs!
STDERR.puts "DEPRECATED: Please use unregister_data_paths instead."
Expand Down

0 comments on commit aae5931

Please sign in to comment.