lib/roda/plugins/all_verbs.rb in roda-2.10.0 vs lib/roda/plugins/all_verbs.rb in roda-2.11.0
- old
+ new
@@ -1,6 +1,7 @@
# 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,