Method: Groonga::Command::Builder#initialize
- Defined in:
- lib/groonga/command.rb
#initialize(command, arguments = {}) ⇒ Builder
Returns a new instance of Builder.
31 32 33 34 |
# File 'lib/groonga/command.rb', line 31 def initialize(command, arguments={}) @command = command @arguments = arguments end |