Web
Analytics Made Easy - StatCounter
Skip to content
Red Panthers
Experts in Ruby on Rails Development
Red Panthers
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237

Author Archives: mukesh

You are here:
  1. Home
  2. Article author mukesh

Refinements – Ruby Monkey-Patching Redifined

Rails, RubyBy mukeshApril 19, 2013Leave a comment

Ruby classes are special in many ways. One of the most useful among these specialities is that, in Ruby, all classes are mutable. The ability to change the way classes behave at runtime(aka monkey-patching) has been used by many libraries and frameworks to decorate Ruby’s core classes with additions and/or replacements. But good and evil…

Go to Top