# File lib/yard/tags/overload_tag.rb, line 14 def has_tag?(name) docstring.has_tag?(name) end
# File lib/yard/tags/overload_tag.rb, line 34 def is_a?(other) object.is_a?(other) || self.class >= other.class || false end
# File lib/yard/tags/overload_tag.rb, line 26 def method_missing(*args, &block) object.send(*args, &block) end
# File lib/yard/tags/overload_tag.rb, line 21 def name(prefix = false) return @name unless prefix object.scope == :class ? @name.to_s : "#{object.send(:sep)}#{@name}" end
# File lib/yard/tags/overload_tag.rb, line 16 def object=(value) super(value) docstring.object = value end
Generated with the Darkfish Rdoc Generator 2.