Skip to content

Commit

Permalink
Don't document private methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Nov 26, 2011
1 parent a96f3cd commit b52fe17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -21,6 +21,7 @@ end

YARD::Rake::YardocTask.new do |t|
t.files = ['lib/**/*.rb']
t.options = ['--no-private']
end

task :default => [:spec]

0 comments on commit b52fe17

Please sign in to comment.