Home
last modified time | relevance | path

Searched refs:RUBY_VERSION (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/ruby/lib/grpc/
Dgrpc.rb16 ruby_version_dirname = /(\d+\.\d+)/.match(RUBY_VERSION).to_s
/external/protobuf/ruby/lib/google/
Dprotobuf.rb48 require "google/#{RUBY_VERSION.sub(/\.\d$/, '')}/protobuf_c"
/external/antlr/runtime/Ruby/test/functional/parser/
Drule-methods.rb126 mname = RUBY_VERSION =~ /^1\.9/ ? proc { | n | n.to_sym } : proc { | n | n.to_s }
/external/antlr/runtime/Ruby/lib/antlr3/streams/
Dinteractive.rb15 if RUBY_VERSION =~ /^1\.9/ constant in ANTLR3.InteractiveStringStream
/external/grpc-grpc/
DRakefile122 unless '2.5' == /(\d+\.\d+)/.match(RUBY_VERSION).to_s
124 "invoked on macos with ruby #{RUBY_VERSION}. The ruby macos artifact " \
/external/antlr/runtime/Ruby/test/unit/
Dtest-template.rb106 if RUBY_VERSION =~ /^1\.9/ constant
/external/antlr/runtime/Ruby/lib/antlr3/
Ddfa.rb169 if RUBY_VERSION =~ /^1\.9/ constant in ANTLR3.DFA
Dstreams.rb388 if RUBY_VERSION =~ /^1\.9/ constant in ANTLR3.StringStream
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb8 if RUBY_VERSION =~ /^1\.9/ constant