adhearsion/punchblock

View on GitHub
lib/punchblock/command/unmute.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

module Punchblock
  module Command
    class Unmute < CommandNode
      register :unmute, :core
    end
  end
end