Class | RVM::Environment::ToolsWrapper |
In: |
lib/rvm/environment/tools.rb
|
Parent: | Object |
Ruby like wrapper for tools
Returns the current envs expanded identifier
# File lib/rvm/environment/tools.rb, line 46 def identifier @parent.tools_identifier end
Returns the identifier for a path, taking into account things like an rvmrc
# File lib/rvm/environment/tools.rb, line 52 def path_identifier(path) @parent.tools_path_identifier(File.expand_path(path)) end