Lines Matching full:ruby
2 gRPC Ruby
5 A Ruby implementation of gRPC.
10 - Ruby 2.x. The gRPC API uses keyword args.
31 - Install Ruby 2.x. Consider doing this with [RVM](http://rvm.io), it's a nice way of controlling
32 the exact ruby version that's used.
35 $ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2
37 $ # follow the instructions to ensure that your're using the latest stable version of Ruby
50 $ bundle install # creates the ruby bundle, including building the grpc extension
57 - the gRPC Ruby reference documentation is available online at [grpc.io][]
61 Directory structure is the layout for [ruby extensions][]
62 - ext: the gRPC ruby extension
63 - lib: the entrypoint gRPC ruby library to be used in a 'require' statement
67 ```ruby
75 [ruby extensions]:http://guides.rubygems.org/gems-with-extensions/
77 [grpc.io]: https://grpc.io/docs/quickstart/ruby.html