Class: HeyYou::Channels::Base
- Inherits:
-
Object
- Object
- HeyYou::Channels::Base
- Extended by:
- Helper
- Includes:
- Helper
- Defined in:
- lib/hey_you/channels/_base.rb
Class Method Summary collapse
Methods included from Helper
Class Method Details
.send! ⇒ Object
9 10 11 |
# File 'lib/hey_you/channels/_base.rb', line 9 def send! raise NotImplementedError, 'You should define #send! method in your channel.' end |