Method: ConfCtl::NixCollectGarbage::Progress#path?

Defined in:
lib/confctl/nix_collect_garbage.rb

#path?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/confctl/nix_collect_garbage.rb', line 11

def path?
  !@path.nil?
end