🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:19:31 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
bundler-2.5.22
/
lib
/
bundler
/
templates
/
newgem
/
lib
📍 /opt/alt/ruby33/share/gems/gems/bundler-2.5.22/lib/bundler/templates/newgem/lib
🔄 Refresh
✏️
Editing: newgem.rb.tt
Read Only
# frozen_string_literal: true require_relative "<%= File.basename(config[:namespaced_path]) %>/version" <%- if config[:ext] -%> require_relative "<%= File.basename(config[:namespaced_path]) %>/<%= config[:underscored_name] %>" <%- end -%> <%- config[:constant_array].each_with_index do |c, i| -%> <%= " " * i %>module <%= c %> <%- end -%> <%= " " * config[:constant_array].size %>class Error < StandardError; end <%= " " * config[:constant_array].size %># Your code goes here... <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= " " * i %>end <%- end -%>
💾 Save Changes
❌ Cancel