📁 File Manager Pro
Advanced File Management System
/
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
bundler-2.2.33
/
lib
/
bundler
/
templates
/
newgem
/
lib
/
newgem
Server Path:
/opt/alt/ruby30/share/gems/gems/bundler-2.2.33/lib/bundler/templates/newgem/lib/newgem
📄 Create New File
Create File
📁 Create New Folder
Create Folder
⬆️ Upload File
Upload File
📄
version.rb.tt
Edit
Delete
Rename
✏️ Editing: version.rb.tt
# frozen_string_literal: true <%- config[:constant_array].each_with_index do |c, i| -%> <%= " " * i %>module <%= c %> <%- end -%> <%= " " * config[:constant_array].size %>VERSION = "0.1.0" <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= " " * i %>end <%- end -%>
💾 Save Changes