Method: RGSS.reset_method

Defined in:
lib/RGSS.rb

.reset_method(scope, name, method) ⇒ Object



129
130
131
132
# File 'lib/RGSS.rb', line 129

def self.reset_method(scope, name, method)
  remove_defined_method(scope, name)
  scope.send(:define_method, name, method)
end