Method: PathList::RootCandidate#parent

Defined in:
lib/path_list/root_candidate.rb

#parentObject



14
15
16
17
18
19
20
21
# File 'lib/path_list/root_candidate.rb', line 14

def parent
  @parent ||= ::PathList::RootCandidate.new(
    ::File.dirname(@full_path),
    nil,
    true,
    nil
  )
end