method
srcentries
v1.0.0 -
Show latest stable
- Class:
HookScriptAPI
srcentries(path = '.')public
No documentation available.
# File actionwebservice/setup.rb, line 656
def srcentries(path = '.')
Dir.open("#{curr_srcdir()}/#{path}") {|d|
return d.to_a - %w(. ..)
}
end