Method: Vipergen::FileManager.destination_viper_path
- Defined in:
- lib/vipergen/filemanager.rb
.destination_viper_path(path, name) ⇒ Object
Returns the destination viper path
30 31 32 33 |
# File 'lib/vipergen/filemanager.rb', line 30 def self.destination_viper_path(path, name) = File.(path) return File.join(,name) end |