Class: FluentCommandBuilder::Bundle::V12::Platform
- Inherits:
-
CommandBase
- Object
- CommandBase
- FluentCommandBuilder::Bundle::V12::Platform
- Defined in:
- lib/fluent_command_builder/command_builders/bundle_12.rb
Instance Method Summary collapse
-
#initialize(underlying_builder) ⇒ Platform
constructor
A new instance of Platform.
- #ruby {|@b| ... } ⇒ Object
Methods inherited from CommandBase
Constructor Details
#initialize(underlying_builder) ⇒ Platform
Returns a new instance of Platform.
276 277 278 279 |
# File 'lib/fluent_command_builder/command_builders/bundle_12.rb', line 276 def initialize() super @b.append ' platform' end |
Instance Method Details
#ruby {|@b| ... } ⇒ Object
280 281 282 283 284 |
# File 'lib/fluent_command_builder/command_builders/bundle_12.rb', line 280 def ruby @b.append ' --ruby' yield @b if block_given? self end |