Method: NamedTests#initialize
- Defined in:
- src/ruby/pb/test/client.rb
#initialize(stub, args) ⇒ NamedTests
Returns a new instance of NamedTests.
259 260 261 262 |
# File 'src/ruby/pb/test/client.rb', line 259 def initialize(stub, args) @stub = stub @args = args end |