ed-kill-line
(vi command: D
, Ctrl-K
; emacs: Ctrl-K
, Ctrl-U
) + Kill from the cursor to the end of the line.
Readline
kill-line
(C-k
) Kill the text from point to the end of the line. With a negative numeric argument, kill backward from the cursor to the beginning of the current line.
em-kill-line
(not bound) Delete the entire contents of the edit buffer and save it to the cut buffer. vi-kill-line-prev
Readline
kill-whole-line
(not bound) Kill all characters on the current line, no matter where point is.
Munges ary
into a valid Tuple
.
Ensures hash
is a valid Tuple
.
Finds all tuples in the TupleBag
which when treated as templates, match tuple
and are alive.
Converts this AvailableSet
into a RequestSet that can be used to install gems.
If development
is :none then no development dependencies are installed. Other options are :shallow for only direct development dependencies of the gems in this set or :all for all development dependencies.
Return true if this spec can require file
.
Return an array of extra arguments for the command. The extra arguments come from the gem configuration file read at program startup.