Sha256: 313390349b95bfc6e7276471f45fc6efbe230f7a9333a061c8156adea85ee2df
Contents?: true
Size: 490 Bytes
Versions: 3
Compression:
Stored size: 490 Bytes
Contents
module Steep class Project class Options attr_accessor :fallback_any_is_error attr_accessor :allow_missing_definitions attr_accessor :vendored_stdlib_path attr_accessor :vendored_gems_path attr_reader :libraries def initialize self.fallback_any_is_error = false self.allow_missing_definitions = true self.vendored_gems_path = nil self.vendored_stdlib_path = nil @libraries = [] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steep-0.14.0 | lib/steep/project/options.rb |
steep-0.13.0 | lib/steep/project/options.rb |
steep-0.12.0 | lib/steep/project/options.rb |