Results for: "OptionParser"

No documentation available

Returns true if the element contains inline content encoded in base64.

No documentation available
No documentation available

Attempts to activate the current {#possibility} @return [void]

Returns the string that is used to insert a space between the tokens in a JSON string.

Sets space to the string that is used to insert a space between the tokens in a JSON string.

This integer returns the current depth of data structure nesting.

This sets the maximum level of data structure nesting in the generated JSON to the integer depth, max_nesting = 0 if no maximum should be checked.

Configure this State instance with the Hash opts, and return itself.

Generates a valid JSON document from object obj and returns the result. If no valid JSON document can be created this method raises a GeneratorError exception.

Configure this State instance with the Hash opts, and return itself.

No documentation available

Returns the generator of the group.

See the OpenSSL documentation for EC_GROUP_get0_generator()

Returns the order of the group.

See the OpenSSL documentation for EC_GROUP_get_order()

See the OpenSSL documentation for EC_GROUP_get0_seed()

See the OpenSSL documentation for EC_GROUP_set_seed()

No documentation available
No documentation available
No documentation available

Closes the tar entry

Is the tar entry closed?

No documentation available

Returns an empty resolution state @return [ResolutionState] an empty state

Returns the value of the given instance variable, or nil if the instance variable is not set. The @ part of the variable name should be included for regular instance variables. Throws a NameError exception if the supplied symbol is not valid as an instance variable name. String arguments are converted to symbols.

class Fred
  def initialize(p1, p2)
    @a, @b = p1, p2
  end
end
fred = Fred.new('cat', 99)
fred.instance_variable_get(:@a)    #=> "cat"
fred.instance_variable_get("@b")   #=> 99
Search took: 6ms  ·  Total Results: 4629