Returns the full path for an HTTP
request, as required by Net::HTTP::Get
.
If the URI
contains a query, the full path is URI#path + β?β + URI#query. Otherwise, the path is simply URI#path.
Example:
uri = URI::HTTP.build(path: '/foo/bar', query: 'test=true') uri.request_uri # => "/foo/bar?test=true"
def call_operator
: () -> String
?
def call_operator
: () -> String
?
def call_operator
: () -> String
?
def ensure_keyword
: () -> String
def for_keyword
: () -> String
def call_operator
: () -> String
?
def ignore_case?: () -> bool
def ignore_case?: () -> bool
def ignore_case?: () -> bool
def ignore_case?: () -> bool
Paths in the gem to add to $LOAD_PATH
when this gem is activated.
See also require_paths=
If you have an extension you do not need to add "ext"
to the require path, the extension build process will copy the extension files into βlibβ for you.
The default value is "lib"
Usage:
# If all library files are in the root directory... spec.require_path = '.'
Register the Symbol
command
as a gem command.