Method: Pansophy::Remote::FetchFile#call

Defined in:
lib/pansophy/remote/fetch_file.rb

#callObject



11
12
13
14
# File 'lib/pansophy/remote/fetch_file.rb', line 11

def call
  fail ArgumentError, "#{@pathname} does not exist" if file.nil?
  file
end