diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2021-01-28 17:08:57 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2021-01-28 17:08:57 +0100 |
| commit | 2e32b919b4f2f5b7f2e1509d6fa985526ef1f61c (patch) | |
| tree | aedadac3c99ca0097c2bbeaa95830332d6fb9971 /spec/ruby/optional/capi/fixtures/module.rb | |
| parent | 1b377b32c8616f85c0a97e68758c5c2db83f2169 (diff) | |
Update to ruby/spec@8cafaa5
Diffstat (limited to 'spec/ruby/optional/capi/fixtures/module.rb')
| -rw-r--r-- | spec/ruby/optional/capi/fixtures/module.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/ruby/optional/capi/fixtures/module.rb b/spec/ruby/optional/capi/fixtures/module.rb index ba90eb7181..aac8bfbfb3 100644 --- a/spec/ruby/optional/capi/fixtures/module.rb +++ b/spec/ruby/optional/capi/fixtures/module.rb @@ -13,6 +13,10 @@ class CApiModuleSpecs autoload :D, File.expand_path('../const_get.rb', __FILE__) X = 1 + Q = 1 + R = 2 + S = 3 + T = 5 end class B < A |
