Class: FluentCommandBuilder::TeamFoundationTEE::V100::Print
- Inherits:
-
CommandBase
- Object
- CommandBase
- FluentCommandBuilder::TeamFoundationTEE::V100::Print
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb
Instance Method Summary collapse
-
#initialize(underlying_builder, item_spec) ⇒ Print
constructor
A new instance of Print.
- #version(version_spec) {|@b| ... } ⇒ Object
Methods inherited from CommandBase
Constructor Details
#initialize(underlying_builder, item_spec) ⇒ Print
Returns a new instance of Print.
1128 1129 1130 1131 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb', line 1128 def initialize(, item_spec) super @b.append " print #{@b.format item_spec}" end |
Instance Method Details
#version(version_spec) {|@b| ... } ⇒ Object
1132 1133 1134 1135 1136 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb', line 1132 def version(version_spec) @b.append " -version:#{@b.format version_spec}" yield @b if block_given? self end |