lib/tocer/rake/tasks.rb in tocer-12.0.0 vs lib/tocer/rake/tasks.rb in tocer-12.0.1
- old
+ new
@@ -19,10 +19,10 @@
end
def install
desc "Add/Update Table of Contents (README)"
task :toc, %i[label includes] do |_task, arguments|
- runner.call(**configuration.merge(**arguments.to_h).to_h).call
+ runner.call(**configuration.merge(**arguments.to_h).to_h)
end
end
private