class Fir::CtrlDCommand

Public Class Methods

character_regex() click to toggle source
# File lib/fir/key_command/ctrl_d_command.rb, line 8
def self.character_regex
  /^\u0004$/
end

Public Instance Methods

execute_hook(_) click to toggle source
# File lib/fir/key_command/ctrl_d_command.rb, line 12
def execute_hook(_)
  exit(0)
end