Class: Fact::ClearTool

Inherits:
Object
  • Object
show all
Defined in:
lib/fact/clearcase.rb

Instance Method Summary collapse

Instance Method Details

#invoke(command_str) ⇒ Object



6
7
8
# File 'lib/fact/clearcase.rb', line 6

def invoke(command_str)
  return `cleartool #{command_str}`
end