Module: Setup
- Defined in:
- lib/oynx/setup.rb
Class Method Summary collapse
Class Method Details
.get_site_info ⇒ Object
10 11 12 13 14 15 |
# File 'lib/oynx/setup.rb', line 10 def Setup.get_site_info() puts "First, let's get some info about the site." name = Setup.get_site_name() chst = Setup.set_charset() c = Setup.finish_config(name, chst) end |
.welcome ⇒ Object
4 5 6 7 8 |
# File 'lib/oynx/setup.rb', line 4 def Setup.welcome() puts "Welcome to Oynx!" puts "This tool will simplify your life as a web guru." puts "\n\n" end |