summaryrefslogtreecommitdiff
path: root/spec/ruby/optional/capi/fixtures/const_get_at.rb
blob: 700b570607ee9d7e2f77c99c6e9ee95831c84743 (plain)
1
2
3
4
5
class CApiModuleSpecs
  class A
    B = 123
  end
end