Public Gists by johnny

Gravatar
Wed Oct 07 03:55:52 -0700 2009

      
Gravatar
Sat Dec 20 02:12:23 -0800 2008
1
2
3
Feature: Login
  To ensure the safety of the application
  A regular user of the system
Gravatar
Tue Dec 16 14:10:59 -0800 2008
1
2
3
def Object.method_defined_where(method)
  self.ancestors.detect { |a| a.methods(false).include?(method.to_s) }
end