9 10 11 12
# File 'lib/pipedream/core.rb', line 9 def root path = ENV['PIPE_ROOT'] || '.' Pathname.new(path) end