Method: YARD::Server::Commands::DisplayObjectCommand#not_found

Defined in:
lib/yard/server/commands/display_object_command.rb

#not_foundObject

Since:

  • 0.6.0



47
48
49
50
# File 'lib/yard/server/commands/display_object_command.rb', line 47

def not_found
  super
  self.body = "Could not find object: #{object_path}"
end