class Goodcheck::Commands::ConfigLoading::ConfigFileNotFound
Attributes
path[R]
Public Class Methods
new(path:)
click to toggle source
Calls superclass method
# File lib/goodcheck/commands/config_loading.rb, line 9 def initialize(path:) super(path.to_s) @path = path end