lib/getto/roda/entry_point.rb in getto-roda-1.1.1 vs lib/getto/roda/entry_point.rb in getto-roda-1.1.2

- old
+ new

@@ -2,10 +2,11 @@ require "getto/roda/decode" require "getto/roda/logger" module Getto module Roda + # :nocov: class EntryPoint def initialize( error:, time_zone:, app:, request:, config:, params:, @@ -129,7 +130,8 @@ data[:result] = :ok end } end end + # :nocov: end end