APIdock / Ruby
/
Browse About
method

is_num

v2_6_3 - Show latest stable - Class: Bundler::Settings
is_num(key)
private

No documentation available.

# File lib/bundler/settings.rb, line 339
    def is_num(key)
      NUMBER_KEYS.include?(key.to_s)
    end

Related methods

  • Instance methods
  • []
  • all
  • allow_sudo?
  • app_cache_path
  • credentials_for
  • gem_mirrors
  • ignore_config?
  • key_for
  • local_overrides
  • locations
  • mirror_for
  • path
  • pretty_values_for
  • set_command_option
  • set_command_option_if_given
  • set_global
  • set_local
  • temporary
  • validate!
  • Class methods
  • new
  • Private methods
  • privatenormalize_uri
  • privatearray_to_s
  • privateconverted_value
  • privateglobal_config_file
  • privateis_array
  • privateis_bool
  • privateis_num
  • privateload_config
  • privatelocal_config_file
  • privateparent_setting_for
  • privateset_key
  • privatespecific_gem_for
  • privatesplit_specific_setting_for
  • privateto_array
  • privateto_bool
APIdock API Documentation Browser

© 2026 APIdock