Editor::Base class of PicoRuby
Singleton methods
new
Editor::Base.new-> void
Instance methods
clear
instance.clear() -> void
clear_buffer
instance.clear_buffer() -> void
debug
instance.debug(untyped text) -> Integer?
dump_buffer
instance.dump_buffer() -> String
home
instance.home() -> void
next_head
instance.next_head() -> void
physical_line_count
instance.physical_line_count() -> Integer
put_buffer
instance.put_buffer(String | Symbol chr) -> void
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?