Module: AnnotationsVersionFu

Included in:
Annotation, NumberValue, TextValue
Defined in:
lib/annotations_version_fu.rb

Overview

Module and file renamed (and modified accordingly) on 2009-01-28 by Jits, to prevent conflicts with an external version_fu plugin installed in the main codebase.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/annotations_version_fu.rb', line 7

def self.included(base)
  base.extend ClassMethods
end