Method: Pipedream::Core#root

Defined in:
lib/pipedream/core.rb

#rootObject



9
10
11
12
# File 'lib/pipedream/core.rb', line 9

def root
  path = ENV['PIPE_ROOT'] || '.'
  Pathname.new(path)
end