Method: FluentCommandBuilder::SevenZip::V920::List#type
- Defined in:
- lib/fluent_command_builder/command_builders/sevenzip_920.rb
#type(archive_type) {|@b| ... } ⇒ Object
314 315 316 317 318 |
# File 'lib/fluent_command_builder/command_builders/sevenzip_920.rb', line 314 def type(archive_type) @b.append " -t#{@b.format archive_type}" yield @b if block_given? self end |