Sha256: 47064fc2303c214b1cf73502c4ff7e098fa4d4f27c5f410f5861f923e3f9e666
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
require 'flog' module RubyCritic class Flog < ::Flog DEFAULT_OPTIONS = { all: true, continue: true, methods: true }.freeze def initialize super(DEFAULT_OPTIONS) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-2.9.3 | lib/rubycritic/analysers/helpers/flog.rb |