adhearsion/punchblock

View on GitHub
lib/punchblock/component/stop.rb

Summary

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

module Punchblock
  module Component
    class Stop < CommandNode # :nodoc:
      register :stop, :ext
    end
  end
end