Results for: "Array"

Returns the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator.

Returns the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator.

Returns the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator.

Returns true if this comment happens on the same line as other code and false if the comment is by itself.

This can only be true for inline comments.

Override to provide details of the arguments a command takes. It should return a left-justified string, one argument per line.

For example:

def usage
  "#{program_name} FILE [FILE ...]"
end

def arguments
  "FILE          name of file to find"
end

Create on demand parser.

Wraps text to width

True if the backtrace option has been specified, or debug is on.

No documentation available

Parse obj, returning an [op, version] pair. obj can be a String or a Gem::Version.

If obj is a String, it can be either a full requirement specification, like ">= 1.2", or a simple version number, like "1.2".

parse("> 1.0")                 # => [">", Gem::Version.new("1.0")]
parse("1.0")                   # => ["=", Gem::Version.new("1.0")]
parse(Gem::Version.new("1.0")) # => ["=,  Gem::Version.new("1.0")]

True if the version string matches RubyGems’ requirements.

Removes all sources from the SourceList.

A short summary of this gem’s description.

Recursively walk dependencies of this spec, executing the block for each hop.

No documentation available

Parses uri, raising if it’s invalid

Parses uri, returning the original uri if it’s invalid

No documentation available
No documentation available

Prints a formatted backtrace to the errors stream if backtraces are enabled.

Display a statement.

No documentation available
No documentation available
No documentation available
Search took: 3ms  ·  Total Results: 1482