Results for: "remove_const"

Stop this server.

No documentation available

Posts data to a host; returns a Net::HTTPResponse object.

Argument url must be a URI; argument data must be a hash:

_uri = uri.dup
_uri.path = '/posts'
data = {title: 'foo', body: 'bar', userId: 1}
res = Net::HTTP.post_form(_uri, data) # => #<Net::HTTPCreated 201 Created readbody=true>
puts res.body

Output:

{
  "title": "foo",
  "body": "bar",
  "userId": "1",
  "id": 101
}
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Set the encoding to use for the response body. If given a String, find the related Encoding.

Validates typecode v, returns true or false.

Private setter for the typecode v.

See also URI::FTP.typecode=.

Iterates over each option, passing the option to the block.

No documentation available
No documentation available
No documentation available
No documentation available

Rule#hash

Sym#heads

Sym#self_null?

Sym#locate

Sym#expand

No documentation available

Sym#nullable?, Rule#nullable?

Sym#useless?, Rule#useless? FIXME: what means “useless”?

No documentation available
Search took: 5ms  ·  Total Results: 3564