class Console::Event::Generic
Public Class Methods
register(terminal)
click to toggle source
# File lib/console/event/generic.rb, line 24 def self.register(terminal) end
Public Instance Methods
as_json()
click to toggle source
# File lib/console/event/generic.rb, line 30 def as_json to_h end
format(buffer, terminal)
click to toggle source
# File lib/console/event/generic.rb, line 34 def format(buffer, terminal) end
to_h()
click to toggle source
# File lib/console/event/generic.rb, line 27 def to_h end