Class: Asker
- Inherits:
-
Object
- Object
- Asker
- Defined in:
- lib/asker.rb,
lib/asker/version.rb
Constant Summary collapse
- VERSION =
"2.9.1"
- NAME =
"asker"
- GEM =
"asker-tool"
- CONFIGFILE =
"asker.ini"
- HOMEPAGE =
"https://github.com/teuton-software/#{NAME}"
Class Method Summary collapse
Class Method Details
.check(filepath) ⇒ Object
14 15 16 |
# File 'lib/asker.rb', line 14 def self.check(filepath) CheckInput.new.check(filepath) end |
.create_input(dirpath) ⇒ Object
10 11 12 |
# File 'lib/asker.rb', line 10 def self.create_input(dirpath) Skeleton.new.create_input(dirpath) end |
.init ⇒ Object
6 7 8 |
# File 'lib/asker.rb', line 6 def self.init Skeleton.new.create_configuration end |