Skip to content

Commit

Permalink
Merge pull request #2534 from arunagw/public_send_require
Browse files Browse the repository at this point in the history
Need to include public_send
  • Loading branch information
jonleighton committed Aug 15, 2011
2 parents 27da0c5 + 10b99f2 commit 4c743d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'active_support/core_ext/object/public_send'
class Module
# Provides a delegate class method to easily expose contained objects' methods
# as your own. Pass one or more methods (specified as symbols or strings)
Expand Down

0 comments on commit 4c743d9

Please sign in to comment.