Method: Roby::Application#self_file?
- Defined in:
- lib/roby/app.rb
#self_file?(path) ⇒ Boolean
Returns true if the given path points to a file under #app_dir
2932 2933 2934 |
# File 'lib/roby/app.rb', line 2932 def self_file?(path) find_base_path_for(path) == app_path end |