method

srcexist?

srcexist?(path)
public

No documentation available.

# File actionwebservice/setup.rb, line 644
  def srcexist?(path)
    File.exist?(srcfile(path))
  end