Sha256: a844162e19878fda0b69ca169e9dda03816c8f1e4b61028466b01513c1520c99
Contents?: true
Size: 232 Bytes
Versions: 20
Compression:
Stored size: 232 Bytes
Contents
module Shogun module Control class Null include Shogun::Control def initialize(payload:) # Don't bother with anything here end def to_a [NOT_FOUND, {}, ""] end end end end
Version data entries
20 entries across 20 versions & 1 rubygems