Sha256: dfd079e2a89a8a31e75f65b682727ec6a901eee47210e0a0479905be972ad487
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module TraceLocation class Config # :nodoc: attr_accessor :root_dir, :dest_dir def initialize @root_dir = Dir.pwd @dest_dir = Dir.pwd end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trace_location-0.1.1 | lib/trace_location/config.rb |
trace_location-0.1.0 | lib/trace_location/config.rb |