Sha256: 701c8130ef457781a681f130d63f629c4cf209d3ca6e83277cc8988ffb6da7d6
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module TraceLocation class Config # :nodoc: attr_accessor :gems_dir, :dest_dir, :default_format def initialize @gems_dir = File.join(Gem.path[0], 'gems') @dest_dir = Dir.pwd @default_format = :log end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trace_location-0.4.0 | lib/trace_location/config.rb |
trace_location-0.3.0 | lib/trace_location/config.rb |