Search code examples
How to augment a class from an external library with own methods?...

pythonclassinheritancemethodsmonkeypatching

Read More
Issue with monkeypatching methods and references...

pythonmonkeypatching

Read More
pymongo + gevent: throw me a banana and just monkey_patch?...

pythonmongodbpymongomonkeypatchinggevent

Read More
Ruby: How do I add methods to Object? (or simply Extend the object class)...

ruby-on-railsrubymonkeypatching

Read More
Safely adding a `sum` method to Array class...

rubymonkeypatching

Read More
How to monkey patch a generic type tag function table...

monkeypatchingdispatchdynamic-dispatch

Read More
Monkey Patch Date class the best option?...

rubydatemodelmonkeypatching

Read More
Python method lookup, static vs. instance...

pythonstaticmonkeypatching

Read More
memcache error illegal character in key (Ruby 1.8.7 / Rails 2.3.9)...

ruby-on-railsmemcachedmonkeypatching

Read More
Can Ruby operators be aliased?...

rubyoperatorsmetaprogrammingmonkeypatching

Read More
Rails 2.3+Rake: monkey patch method of class used in rake task...

ruby-on-railsmethodsrakemonkeypatching

Read More
How to monkeypatch Ruby properly?...

rubyruby-on-rails-3monkeypatching

Read More
Monkey patched django auth's login, now its tests fail...

djangomonkeypatchingdjango-authentication

Read More
What monkeypatch creates the private method split?...

rubymonkeypatching

Read More
How to monkeypatch an existing gem (Rails engine)?...

ruby-on-railsrubymonkeypatching

Read More
Django Testing: How to stub that model.ForeignKey property?...

djangounit-testingmonkeypatching

Read More
Is it theoretically safe to redefine any Ruby method that doesn't begin with underscores?...

rubymonkeypatching

Read More
How to decorate (monkeypatch...) a Python class with methods from another class?...

pythonclassdecoratormonkeypatchingrfc822

Read More
How to monkey patch or override a swc class in Flex?...

flashapache-flexactionscript-3swcmonkeypatching

Read More
Monkey patching CKEditor to embed YouTube videos...

javascriptckeditormonkeypatching

Read More
jekyll - add stuff to pages automatically, on github pages...

rubygithubmonkeypatchingjekylljekyll-extensions

Read More
Why is my instance_variable nil? (2 lines of code)...

rubyinstance-variablesmonkeypatching

Read More
Is there a better way to "monkey-patch" Ruby's base classes?...

rubymonkeypatching

Read More
Do Ruby's "Open Classes" break encapsulation?...

rubyencapsulationmonkeypatching

Read More
How do I write a monkey patch for Ruby?...

rubymonkeypatching

Read More
Monkeypatching in Rails...

ruby-on-railsmonkeypatching

Read More
Monkey patching a Django form class?...

pythondjangodjango-formsmonkeypatching

Read More
Monkey-patching Vs. S.O.L.I.D. principles?...

rubymonkeypatchingsolid-principles

Read More
Can F# modules be monkey-patched?...

f#moduleextension-methodsmonkeypatching

Read More
How can I get pointer type behaviour in python...

pythonmonkeypatching

Read More
BackNext