# plugin/title/lib/title.rb module Title def name ...
Ruby On Redefining instance methods...
by Chris Blunt,
March 18, 2009 15:07
# (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 ...
Ruby On Redefining instance methods...
by Chris Blunt,
March 18, 2009 11:06
Thanks for your code Adam, ...
# title.rb module Title def name ...
Ruby Redefining instance methods...
Hi,
I'm having some trou...
Finally figured this one ou...