Shell class of PicoRuby

Singleton methods

new

Shell.new(?clean: bool) -> void

next_executable

Shell.next_executable-> {code: String, name: String}

Instance methods

run_irb

instance.run_irb-> void

run_shell

instance.run_shell-> void

setup_root_volume

instance.setup_root_volume(Symbol drive, ?label: String) -> void

setup_system_files

instance.setup_system_files(?force: bool) -> void
instance.show_logo-> nil

simple_question

instance.simple_question(String question) { (String answer) -> boolish } -> void

start

instance.start(?:shell mode) -> nil
Tags: