Module: Annotation
- Defined in:
- lib/rbbt/annotations/refactor.rb,
lib/rbbt/annotations/refactor.rb
Defined Under Namespace
Modules: AnnotatedObject
Class Method Summary collapse
Class Method Details
.load_entity(obj, info) ⇒ Object
20 21 22 |
# File 'lib/rbbt/annotations/refactor.rb', line 20 def self.load_entity(obj, info) self.setup(obj, info[:annotation_types], info) end |