Method: R10K::Module::Base#full_path

Defined in:
lib/r10k/module/base.rb

#full_pathString

Deprecated.

Returns The full filesystem path to the module.

Returns:

  • (String)

    The full filesystem path to the module.



50
51
52
# File 'lib/r10k/module/base.rb', line 50

def full_path
  path.to_s
end