instance method
namespaced?
Ruby on Rails 5.1.7
Since v3.1.12 Last seen in v5.1.7 Private — implementation detail, not part of the public APISignature
namespaced?()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 81
def namespaced? # :doc:
!options[:skip_namespace] && namespace
end
Defined in railties/lib/rails/generators/named_base.rb line 81
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase