module SimpleAnnotation
Constants
- VERSION
Public Instance Methods
annotations()
click to toggle source
# File lib/simple_annotation.rb, line 7 def annotations return [] unless owner.include? Annotatable owner.annotations(original_name) end