Method: YARD::Server::Commands::Base#path

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

#pathString

Returns the path after the command base URI.

Returns:

  • (String)

    the path after the command base URI

Since:

  • 0.6.0


51
52
53
# File 'lib/yard/server/commands/base.rb', line 51

def path
  @path
end