Class: FoundryWordpressTool::Base
- Inherits:
-
Thor
- Object
- Thor
- FoundryWordpressTool::Base
- Defined in:
- lib/foundry_wordpress_tool/base.rb
Constant Summary
Constants included from Database
Database::FORWARDED_MYSQL_PORT, Database::SNAPSHOT_TEMP_FILENAME
Instance Method Summary collapse
-
#initialize(*args) ⇒ Base
constructor
A new instance of Base.
Methods included from Git
Methods included from Database
Methods included from Uploads
Constructor Details
#initialize(*args) ⇒ Base
17 18 19 20 |
# File 'lib/foundry_wordpress_tool/base.rb', line 17 def initialize(*args) say "** Welcome to Foundry Wordpress Tool v#{VERSION}! **\n", Thor::Shell::Color::CYAN super(*args) end |