Method: Avm::Rspec::LauncherController#projects_root=

Defined in:
lib/avm/rspec/launcher_controller.rb

#projects_root=(path) ⇒ Object

Parameters:

  • path (Pathname)


73
74
75
# File 'lib/avm/rspec/launcher_controller.rb', line 73

def projects_root=(path)
  @projects_root = path.to_pathname.to_path
end