class Rake::Delphi::PAClientTool

Public Class Methods

new(checkExistance = false) click to toggle source
Calls superclass method
# File lib/rake/delphi/paclienttool.rb, line 10
def initialize(checkExistance = false)
  self.class.reinit
  super
end
toolName() click to toggle source
# File lib/rake/delphi/paclienttool.rb, line 15
def self.toolName
  'bin/paclient.exe'
end