Sha256: 187e9f5dac3f7ab7e25d52e19df8d9c08bdcde93c4cfc206f91d98278350d0fb
Contents?: true
Size: 291 Bytes
Versions: 65
Compression:
Stored size: 291 Bytes
Contents
require "fsr/app" module FSR module App class FSBreak < Application def initialize end def arguments [] end def sendmsg "call-command: execute\nexecute-app-name: break\n\n" end end register(:fs_break, FSBreak) end end
Version data entries
65 entries across 65 versions & 3 rubygems