Shell class of PicoRuby
Singleton methods
new
Shell.new(?clean: bool) -> void
next_executable
Shell.next_executable-> {code: String, path: String}
setup_rtc
Shell.setup_rtc(rtc_t trc) -> void
setup_sdcard
Shell.setup_sdcard(SPI spi) -> void
Instance methods
bootstrap
instance.bootstrap(String file) -> bool
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(?(String | nil) root, ?force: bool) -> void
show_logo
instance.show_logo-> nil
simple_question
instance.simple_question(String question) { (String answer) -> boolish } -> void
start
instance.start(?Symbol mode) -> nil