Searched refs:to_a (Results 1 – 6 of 6) sorted by relevance
22 @A.new.to_a.should == [ nil, nil ]23 @B.new.to_a.should == [ 3 ]24 @C.new.to_a.should == [ nil, 0, {} ]
399 @data = @string.codepoints.to_a.freeze794 tokens = @token_source.to_a820 @token_source.to_a
257 @state.rule_invocation_stack.each_slice( 2 ).to_a
278 each_ancestor.to_a1188 def to_a singletonMethod in CommonTreeNodeStream
1057 self.to_a
43 @data.concat( line.codepoints.to_a )