diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-16 09:01:14 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu.nakada@gmail.com> | 2025-12-16 16:53:13 +0900 |
| commit | 85b40c5ea8f606cf34cab8a5b1277033bede2457 (patch) | |
| tree | 4d12e01f2ec1a1ba17f558e056312f9533a59fea /test/ruby/box/current.rb | |
| parent | 5f09e1f046599c5466787449f5d30330d4dd4aab (diff) | |
Box: fix the class name in tests
Diffstat (limited to 'test/ruby/box/current.rb')
| -rw-r--r-- | test/ruby/box/current.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/ruby/box/current.rb b/test/ruby/box/current.rb deleted file mode 100644 index 4af9a92ddc..0000000000 --- a/test/ruby/box/current.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -$ns_in_ns = ::Namespace.current - -module CurrentNamespace - def self.in_require - $ns_in_ns - end - - def self.in_method_call - ::Namespace.current - end -end |
