Method: Xctracker::Execution#path

Defined in:
lib/xctracker/execution.rb

#pathObject



30
31
32
33
34
35
36
# File 'lib/xctracker/execution.rb', line 30

def path
  if @position
    @position.path
  else
    nil
  end
end