Method: WB::Config#project_root

Defined in:
lib/wb/config.rb

#project_rootObject



37
38
39
# File 'lib/wb/config.rb', line 37

def project_root
  @project_root ||= project.fetch("note_folder")
end