PicoLine class of PicoRuby
Singleton methods
new
PicoLine.new(?editor: Editor::Line?) -> void
Instance methods
ask
instance.ask(String, ?allow_empty: bool) ?{ (Question) -> void } -> String
readline
instance.readline(String prompt) -> String?
say
instance.say(String message) -> self