We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c89c9b commit dd2c58dCopy full SHA for dd2c58d
Rakefile
@@ -16,3 +16,7 @@ if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
16
else
17
task :default => [:compile, :spec]
18
end
19
+
20
+task :rdoc do
21
+ `rdoc -f hanna --main algorithms.rb -t "Ruby Algorithms and Containers Documentation"`
22
+end
0 commit comments