Module: Friends
- Defined in:
- lib/version.rb,
lib/has_friends.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/has_friends.rb', line 4 def self.included(base) base.extend Friends::ClassMethods end |