Method: YARD::Server::Commands::Base#body
- Defined in:
- lib/yard/server/commands/base.rb
#body ⇒ String
Returns the response body. Defaults to empty string.
60 61 62 |
# File 'lib/yard/server/commands/base.rb', line 60 def body @body end |