Method: Vipergen::FileManager.destination_viper_path

Defined in:
lib/vipergen/filemanager.rb

.destination_viper_path(path, name) ⇒ Object

Returns the destination viper path

Returns:

  • Destination root path



30
31
32
33
# File 'lib/vipergen/filemanager.rb', line 30

def self.destination_viper_path(path, name)
	expand_path = File.expand_path(path)
	return File.join(expand_path,name)
end