Sha256: 4589b8b5ccb2d9c11977b8740ee4e3ea99e29ef655172148cd3ffe4fe08fead4
Contents?: true
Size: 325 Bytes
Versions: 51
Compression:
Stored size: 325 Bytes
Contents
require "fsr/app" module FSR module App class Answer < Application # Answer a call def initialize end def arguments [] end def sendmsg "call-command: execute\nexecute-app-name: %s\n\n" % [app_name] end end register(:answer, Answer) end end
Version data entries
51 entries across 51 versions & 2 rubygems