[−][src]Function mruby_bin::repl::run
pub fn run(
output: impl Write,
error: impl Write,
config: Option<PromptConfig>
) -> Result<(), Error>
Run a REPL for the mruby interpreter exposed by the mruby
crate.
pub fn run(
output: impl Write,
error: impl Write,
config: Option<PromptConfig>
) -> Result<(), Error>
Run a REPL for the mruby interpreter exposed by the mruby
crate.