class YARD::Serializers::Base

def exists?(object) # rubocop:disable Lint/UnusedMethodArgument

Other tags:
    Since: - 0.6.0

Returns:
  • (Boolean) - whether the endpoint exists.

Parameters:
  • object (CodeObjects::Base) -- the object to check existence of

Other tags:
    Abstract: - This method should return whether the endpoint already exists.
def exists?(object) # rubocop:disable Lint/UnusedMethodArgument
  false
end