summaryrefslogtreecommitdiff
path: root/spec/rubyspec/optional/capi/fixtures/path_to_class.rb
blob: acd577ff24b118f8eeb930301ae9ff92b315e155 (plain)
1
2
3
4
5
6
class CApiClassSpecs
  class A
    module D
    end
  end
end