Class: Ircbot::Plugin::Null

Inherits:
Object show all
Defined in:
lib/ircbot/plugin.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



6
7
8
# File 'lib/ircbot/plugin.rb', line 6

def method_missing(*)
  self
end