Results for: "pstore"

Returns a Gem::StubSpecification for default gems

Removes spec from the known specs.

No documentation available

Return the latest specs, optionally including prerelease specs if prerelease is true.

Sanitize a single string.

Creates a duplicate spec without large blobs that aren’t used at runtime.

Returns an object you can use to sort specifications in sort_by.

Returns a Ruby code representation of this specification, such that it can be eval’ed and reconstruct the same specification later. Attributes that still have their default values are omitted.

Returns self

No documentation available

Uninstalls gem spec

Removes installed executables and batch files (windows only) for spec.

Removes all gems in list.

NOTE: removes uninstalled gems from list.

Regenerates plugin wrappers after removal.

Display an error message in a location expected to get error messages. Will ask question if it is not nil.

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("")

Helper method for joining “groups” of lines

Input is expected to be type Array<Array<CodeLine>>

The outer array holds the various “groups” while the inner array holds code lines.

All code lines are “joined” into the first line in their group.

To preserve document size, empty lines are placed in the place of the lines that were “joined”

No documentation available

Given an already existing block in the frontier, expand it to see if it contains our invalid syntax

No documentation available
No documentation available
No documentation available

Protected setter for the host component v.

See also URI::Generic.host=.

Search took: 14ms  ·  Total Results: 3094