Sha256: 60179ac9731778e4ec17cbe7a297cc0a46ac224e2d79be671f9cbe95b53c418e
Contents?: true
Size: 263 Bytes
Versions: 3
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true module TraceLocation class Config # :nodoc: attr_accessor :current_dir, :dest_dir, :default_format def initialize @current_dir = Dir.pwd @dest_dir = Dir.pwd @default_format = :markdown end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trace_location-0.9.5 | lib/trace_location/config.rb |
trace_location-0.9.4 | lib/trace_location/config.rb |
trace_location-0.9.3.1 | lib/trace_location/config.rb |