Sha256: d66b9a5e82e0c8bfa7a9d89a66607fb52aca2dd95e749f5aacaae868c3550bcb
Contents?: true
Size: 276 Bytes
Versions: 44
Compression:
Stored size: 276 Bytes
Contents
module ImmosquareCleaner class Configuration attr_accessor :rubocop_options, :htmlbeautifier_options, :erblint_options def initialize @rubocop_options = nil @htmlbeautifier_options = nil @erblint_options = nil end end end
Version data entries
44 entries across 44 versions & 1 rubygems