Libraries
»
shell-base
(0.2.1)
»
Index
»
ShellBase
»
#exit
Method: ShellBase#exit
Defined in:
lib/shell_base.rb
#
exit
⇒
Object
Raises:
(
Exit
)
15 16 17
# File 'lib/shell_base.rb', line 15
def
exit
puts
"bye."
;
raise
Exit
end