Results for: "OptionParser"

Checks if this specification meets the requirement of dependency.

No documentation available

Regenerates plugin wrappers after removal.

Is spec in gem_dir?

No documentation available

Return a progress reporter object chosen from the current verbosity.

Return a download reporter object chosen from the current verbosity

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

Smushes all heredoc lines into one line

source = <<~'EOM'
  foo = <<~HEREDOC
     lol
     hehehe
  HEREDOC
EOM

lines = CleanDocument.new(source: source).join_heredoc!.lines
expect(lines[0].to_s).to eq(source)
expect(lines[1].to_s).to eq("")
No documentation available

Used to hide lines

The search alorithm will group lines into blocks then if those blocks are determined to represent valid code they will be hidden

Opposite of ‘empty?` (note: different than `visible?`)

No documentation available

Protected setter for the host component v.

See also URI::Generic.host=.

do nothing

raise InvalidURIError

Protected setter for the scheme component v.

See also URI::Generic.scheme=.

Checks the password v component for RFC2396 compliance and against the URI::Parser Regexp for :USERINFO.

Can not have a registry or opaque component defined, with a user component defined.

Returns the password component after URI decoding.

Protected setter for the host component v.

See also URI::Generic.host=.

Protected setter for the port component v.

See also URI::Generic.port=.

Checks the path v component for RFC2396 compliance and against the URI::Parser Regexp for :ABS_PATH and :REL_PATH.

Can not have a opaque component defined, with a path component defined.

Search took: 6ms  ·  Total Results: 3967