Lines Matching refs:new
39 LOGGER = Logger.new(STDOUT)
47 req = Math::DivArgs.new(dividend: 7, divisor: 3)
58 reqs = [1, 2, 3, 4, 5].map { |x| Math::Num.new(num: x) }
68 req = Math::FibArgs.new(limit: 11)
81 reqs << Math::DivArgs.new(dividend: 7, divisor: 3)
82 reqs << Math::DivArgs.new(dividend: 5, divisor: 2)
83 reqs << Math::DivArgs.new(dividend: 7, divisor: 2)
101 GRPC::Core::ChannelCredentials.new(certs[0])
109 OptionParser.new do |opts|
127 stub = Math::Math::Stub.new(options['host'], **stub_opts)
130 stub = Math::Math::Stub.new(options['host'], :this_channel_is_insecure, timeout: INFINITE_FUTURE)