Editor::Base class of PicoRuby
Singleton methods
new
Editor::Base.new-> void
Instance methods
clear
instance.clear-> untyped
clear_buffer
instance.clear_buffer-> void
debug
instance.debug(untyped text) -> Integer?
home
instance.home-> untyped
next_head
instance.next_head-> untyped
physical_line_count
instance.physical_line_count-> Integer
system
instance.system(untyped command) -> Integer
Attr accessors
width (reader)
instance.width -> Integer
height (reader)
instance.height -> Integer
debug_tty (accessor)
instance.debug_tty -> String?