APIdock / Ruby on Rails
/
Browse About
method

namespaced?

v6.1.3.1 - Show latest stable - Class: Rails::Generators::Base
namespaced?()
private

No documentation available.

# File railties/lib/rails/generators/base.rb, line 308
        def namespaced? # :doc:
          !options[:skip_namespace] && namespace
        end

Related methods

  • Class methods
  • base_root
  • class_option
  • default_source_root
  • desc
  • exit_on_failure?
  • hide!
  • hook_for
  • inherited
  • namespace
  • remove_hook_for
  • source_root
  • Private methods
  • privateadd_shebang_option!
  • privatebanner
  • privatebase_name
  • privatedefault_aliases_for_option
  • privatedefault_for_option
  • privatedefault_generator_root
  • privatedefault_value_for_option
  • privategenerator_name
  • privatehooks
  • privateprepare_for_invocation
  • privateusage_path
  • privateclass_collisions
  • privateextract_last_module
  • privateindent
  • privatemodule_namespacing
  • privatenamespace
  • privatenamespace_dirs
  • privatenamespaced?
  • privatenamespaced_path
  • privatewrap_with_namespace
APIdock API Documentation Browser

© 2026 APIdock