Skip to content

Commit 7349d06

Browse files
committed
Remove duplicate attr :annotation.
1 parent 4bde89b commit 7349d06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/async/node.rb

-4
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ def annotate(annotation)
123123
end
124124
end
125125

126-
def annotation
127-
@annotation
128-
end
129-
130126
def description
131127
@object_name ||= "#{self.class}:#{format '%#018x', object_id}#{@transient ? ' transient' : nil}"
132128

0 commit comments

Comments
 (0)