We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9f2f2 commit 67400e0Copy full SHA for 67400e0
lib/rom/loader.rb
@@ -38,7 +38,7 @@ class Loader
38
39
# @!attribute [r] namespace
40
# @return [Boolean,String]
41
- # The name of the top level namespace or true/false which
+ # Toggle whether root directory should be treated as the top-level namespace
42
# enables/disables default top level namespace inferred from the dir name
43
option :namespace, type: NamespaceType, default: -> { true }
44
0 commit comments