查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: nested_context.rb
路径:
/opt/alt/ruby30/share/gems/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor/nested_context.rb
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
class Bundler::Thor class NestedContext def initialize @depth = 0 end def enter push yield ensure pop end def entered? @depth > 0 end private def push @depth += 1 end def pop @depth -= 1 end end end
💾 保存文件
← 返回文件管理器