Method: Roby::Application#app_file?
- Defined in:
- lib/roby/app.rb
#app_file?(path) ⇒ Boolean
Returns true if the given path points to a file in the Roby app
2939 2940 2941 |
# File 'lib/roby/app.rb', line 2939 def app_file?(path) !!find_base_path_for(path) end |