method
srcexist?
rails latest stable - Class:
HookScriptAPI
srcexist?(path)public
No documentation available.
# File actionwebservice/setup.rb, line 644
def srcexist?(path)
File.exist?(srcfile(path))
end srcexist?(path)No documentation available.
# File actionwebservice/setup.rb, line 644
def srcexist?(path)
File.exist?(srcfile(path))
end