Class: Intruder::Mod

Inherits:
Object
  • Object
show all
Defined in:
lib/intruder.rb

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object (private)



15
16
17
# File 'lib/intruder.rb', line 15

def method_missing(method, *args)
  rpc(method.to_s, *args)
end