APIdock / Ruby on Rails
/
Browse About
method

reachable?

v5.1.7 - Show latest stable - Class: Module
reachable?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/module/reachable.rb, line 5
  def reachable? #:nodoc:
    !anonymous? && name.safe_constantize.equal?(self)
  end

Related methods

  • Instance methods
  • alias_attribute
  • anonymous?
  • attr_internal
  • attr_internal_accessor
  • attr_internal_reader
  • attr_internal_writer
  • cattr_accessor
  • cattr_reader
  • cattr_writer
  • delegate
  • delegate_missing_to
  • deprecate
  • mattr_accessor
  • mattr_reader
  • mattr_writer
  • method_visibility
  • parent
  • parent_name
  • parents
  • reachable?
  • redefine_method
  • remove_possible_method
  • remove_possible_singleton_method
  • thread_cattr_accessor
  • thread_cattr_reader
  • thread_cattr_writer
  • thread_mattr_accessor
  • thread_mattr_reader
  • thread_mattr_writer
  • Private methods
  • privateattr_internal_define
  • privateattr_internal_ivar_name
APIdock API Documentation Browser

© 2026 APIdock