Method: Spider::SetupTask#warn
- Defined in:
- lib/spiderfw/setup/setup_task.rb
#warn(msg) ⇒ Object
142 143 144 145 146 147 |
# File 'lib/spiderfw/setup/setup_task.rb', line 142 def warn(msg) puts msg print "\n"+_("Press any key to continue ") $stdin.getc print "\n" end |