11 lines
131 B
Ruby
Raw Normal View History

2020-10-10 14:16:11 +02:00
# typed: strict
2020-06-16 20:35:40 +02:00
# frozen_string_literal: true
module Readall
class << self
def valid_casks?(*)
true
end
end
end