Method: U3d::WindowsInstallation#path

Defined in:
lib/u3d/installation.rb

#pathObject



406
407
408
409
# File 'lib/u3d/installation.rb', line 406

def path
  UI.deprecated("path is deprecated. Use root_path instead")
  @root_path || @path
end