📁 File Manager Pro
Advanced File Management System
/
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
bundler-2.2.33
/
lib
/
bundler
/
templates
/
newgem
/
sig
Server Path:
/opt/alt/ruby30/share/gems/gems/bundler-2.2.33/lib/bundler/templates/newgem/sig
📄 Create New File
Create File
📁 Create New Folder
Create Folder
⬆️ Upload File
Upload File
📄
newgem.rbs.tt
Edit
Delete
Rename
✏️ Editing: newgem.rbs.tt
<%- config[:constant_array].each_with_index do |c, i| -%> <%= " " * i %>module <%= c %> <%- end -%> <%= " " * config[:constant_array].size %>VERSION: String <%= " " * config[:constant_array].size %># See the writing guide of rbs: https://github.com/ruby/rbs#guides <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= " " * i %>end <%- end -%>
💾 Save Changes