71 72 73
# File 'lib/workspace/dir.rb', line 71 def file(file_path) Workspace::File.new(@workspace, ::File.join(@path, file_path)) end