Lines Matching full:ruby
1 gRPC in 3 minutes (Ruby)
11 - Ruby 2.x
12 This requires Ruby 2.x, as the gRPC API surface uses keyword args.
13 … installed locally, you can use [RVM][] to use Ruby 2.x for testing without upgrading the version …
14 RVM is also useful if you don't have the necessary privileges to update your system's Ruby.
19 $ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2
21 $ # follow the instructions to ensure that your're using the latest stable version of Ruby
28 - [Install gRPC Ruby][]
58 You can find a more detailed tutorial in [gRPC Basics: Ruby][]
62 [Install gRPC ruby]:../../src/ruby#installation
63 [gRPC Basics: Ruby]:https://grpc.io/docs/tutorials/basic/ruby.html