Method: FluentCommandBuilder::TeamFoundation::V100::Rename#initialize
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_100.rb
#initialize(underlying_builder, old_item, new_item) ⇒ Rename
Returns a new instance of Rename.
1392 1393 1394 1395 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 1392 def initialize(, old_item, new_item) super @b.append " rename #{@b.format old_item} #{@b.format new_item}" end |