lib/roda/plugins/all_verbs.rb in roda-2.9.0 vs lib/roda/plugins/all_verbs.rb in roda-2.10.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + class Roda module RodaPlugins # The all_verbs plugin adds methods for http verbs other than # get and post. The following verbs are added, assuming # rack handles them: delete, head, options, link, patch, put,