Class: AbbrevCheck::InstallCheckSample
- Inherits:
-
VocaBuil::InstallCheckSample
- Object
- VocaBuil::InstallCheckSample
- AbbrevCheck::InstallCheckSample
- Defined in:
- lib/abbrev_checker/abbrev_check.rb
Instance Method Summary collapse
-
#initialize(tgz_file = nil) ⇒ InstallCheckSample
constructor
A new instance of InstallCheckSample.
Methods inherited from VocaBuil::InstallCheckSample
Constructor Details
#initialize(tgz_file = nil) ⇒ InstallCheckSample
Returns a new instance of InstallCheckSample.
87 88 89 90 |
# File 'lib/abbrev_checker/abbrev_check.rb', line 87 def initialize(tgz_file = nil) tgz_file ||= File.join(File.dirname(__FILE__), 'abbrev_sample.tgz') super(tgz_file) end |