Results for: "remove_const"

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

Create a new session id.

The session id is a secure random number by SecureRandom if possible, otherwise an SHA512 hash based upon the time, a random number, and a constant string. This routine is used internally for automatically generated session ids.

Regular gems take precedence over default gems

The full path to the gem (install path + full name).

TODO: This is duplicated with gem_dir. Eventually either of them should be deprecated.

Display to the user that a gem couldn’t be found and reasons why

Returns the RubyGems.org API key

Sets the RubyGems.org API key to api_key

Split the Gem search path (as reported by Gem.path).

No documentation available

Adds a development dependency named gem with requirements to this gem.

Usage:

spec.add_development_dependency 'example', '~> 1.1', '>= 1.1.4'

Development dependencies aren’t installed by default and aren’t activated when a gem is required.

No documentation available
No documentation available
No documentation available

When using this flag, ‘scan_while` will bypass the block it’s given and always add a line that responds truthy to ‘CodeLine#empty?`

Empty lines contain no code, only whitespace such as leading spaces a newline.

Shows the context around code provided by “falling” indentation

Converts:

it "foo" do

into:

class OH
  def hello
    it "foo" do
  end
end
Search took: 6ms  ·  Total Results: 3316