Method: Ruber::NewProjectDialog::NewProjectWidget#project_file

Defined in:
lib/ruber/main_window/main_window_actions.rb

#project_fileString

Returns the path of the project file.

Returns:

  • (String)

    the path of the project file



837
838
839
# File 'lib/ruber/main_window/main_window_actions.rb', line 837

def project_file
  @ui.final_location.text
end