Module: FluentCommandBuilder::Simian::V23
- Defined in:
- lib/fluent_command_builder/command_builders/simian_23.rb
Defined Under Namespace
Classes: Simian
Constant Summary collapse
- COMMAND_NAME =
'simian'
Instance Method Summary collapse
Instance Method Details
#simian {|builder| ... } ⇒ Object
128 129 130 131 132 133 |
# File 'lib/fluent_command_builder/command_builders/simian_23.rb', line 128 def simian builder = CommandBuilder.new COMMAND_NAME command = Simian.new builder yield builder if block_given? command end |