Module: Wowheadr::Support::EntityMethodMapper::ClassMethods

Defined in:
lib/wowheadr/support/entity_method_mapper.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_sym, *args, &block) ⇒ Object



9
10
11
# File 'lib/wowheadr/support/entity_method_mapper.rb', line 9

def method_missing(method_sym, *args, &block)
  self.new.send(method_sym, *args, &block)
end