diff --git a/task/doc.rake b/task/doc.rake new file mode 100644 index 0000000..4419d94 --- /dev/null +++ b/task/doc.rake @@ -0,0 +1,4 @@ +desc 'Generates YARD documentation' +task :doc => :generate do + sh 'yard' +end