Module: Hammock::Scope
- Defined in:
- lib/hammock/scope.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
3 4 5 6 7 8 9 10 |
# File 'lib/hammock/scope.rb', line 3 def self.included base # :nodoc: base.send :include, InstanceMethods base.send :extend, ClassMethods base.class_eval { helper_method :can_verb_entity? } end |