Class: PasteHub::PluginSample
- Inherits:
-
PluginBase
- Object
- PluginBase
- PasteHub::PluginSample
- Defined in:
- lib/pastehub/plugin/sample.rb
Instance Method Summary collapse
Methods inherited from PluginBase
Constructor Details
This class inherits a constructor from PasteHub::PluginBase
Instance Method Details
#newly_arrived(message) ⇒ Object
37 38 39 |
# File 'lib/pastehub/plugin/sample.rb', line 37 def newly_arrived() # STDERR.puts "PluginSample: message arrived [#{message}]" end |