Sha256: ae7801847d573b36839f4bcfa7d7c4444c200185142c2c70ea1ae352e3e2cdbf
Contents?: true
Size: 276 Bytes
Versions: 3
Compression:
Stored size: 276 Bytes
Contents
module Steep class Project class Options attr_accessor :fallback_any_is_error attr_accessor :allow_missing_definitions def initialize self.fallback_any_is_error = false self.allow_missing_definitions = true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steep-0.11.1 | lib/steep/project/options.rb |
steep-0.11.0 | lib/steep/project/options.rb |
steep-0.10.0 | lib/steep/project/options.rb |