Method: Fact::ClearTool#invoke

Defined in:
lib/fact/clearcase.rb

#invoke(command_str) ⇒ Object



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

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