Skip to content

Commit cab3193

Browse files
committed
Remove commented out code
1 parent 50931cf commit cab3193

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

Rakefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,3 @@ end
2525
task :test
2626

2727
task :default => :test
28-
29-
# require 'rake/rdoctask'
30-
# Rake::RDocTask.new do |rdoc|
31-
# if File.exist?('VERSION')
32-
# version = File.read('VERSION')
33-
# else
34-
# version = ""
35-
# end
36-
37-
# rdoc.rdoc_dir = 'rdoc'
38-
# rdoc.title = "ruby-saml #{version}"
39-
# rdoc.rdoc_files.include('README*')
40-
# rdoc.rdoc_files.include('lib/**/*.rb')
41-
#end

0 commit comments

Comments
 (0)