# plugin/title/lib/title.rb
module Title
  def name
...

Ruby On Redefining instance methods...

by Chris Blunt, March 18, 2009 15:07

Finally figured this one ou...

Da35c9fbd63d37a82fee471e639a1840 Talk
# (plugin)/lib/title.rb
module Title
  def self.included(klass)
...

Ruby On Redefining instance methods...

by Chris Blunt, March 18, 2009 11:49

OK, it gets stranger. This ...

Da35c9fbd63d37a82fee471e639a1840 Talk

Ruby On Redefining instance methods...

by Chris Blunt, March 18, 2009 11:06

Thanks for your code Adam, ...

Da35c9fbd63d37a82fee471e639a1840 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