Home
last modified time | relevance | path

Searched refs:const202 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/fixtures/
H A Dconstants.rb219 def self.const202; CS_CONST202; end singletonMethod in ConstantSpecs.ContainerB.ChildB
227 def const202; CS_CONST202; end method in ConstantSpecs.ContainerB.ChildB
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/language/
H A Dconstants_spec.rb257 ConstantSpecs::ContainerB::ChildB.const202.should == :const202_1
258 ConstantSpecs::ContainerB::ChildB.new.const202.should == :const202_1