# File lib/yard/code_objects/method_object.rb, line 22
    def is_attribute?
      namespace.attributes[scope].has_key? name.to_s.gsub(/=$/, '')
    end