module Reopened

  def reopened
...

Ruby Execute code when a class i...

by dagobah.myopenid.com, July 15, 2011 05:07, 1 refactoring, tagged with class, ruby, mixins, reopen, trace

Is there a less hacky way t...

55502f40dc8b7c769880b10874abc9d0 Talk
module Protected
  module ClassMethods
...

Ruby Access control on methods

by dagobah.myopenid.com, July 12, 2011 07:39, No refactoring, tagged with ruby, mixins, authorization, rbac, modules, access control, keys, locks

Is there a better/more eleg...

55502f40dc8b7c769880b10874abc9d0 Talk
# title.rb
module Title
  def name
...

Ruby Redefining instance methods...

by Chris Blunt, March 17, 2009 23:53, 7 refactorings, tagged with ruby, mixins, plugin

Hi,

I'm having some trou...

Da35c9fbd63d37a82fee471e639a1840 Talk