Class: PasteHub::PluginSample

Inherits:
PluginBase show all
Defined in:
lib/pastehub/plugin/sample.rb

Instance Method Summary collapse

Methods inherited from PluginBase

#display_config, #initialize

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(message)
  # STDERR.puts "PluginSample: message arrived [#{message}]"
end