Method: Loquacious::Configuration::Help#show_nesting_nodes?
- Defined in:
- lib/loquacious/configuration/help.rb
#show_nesting_nodes? ⇒ Boolean
Returns true if the help instance is configured to show nesting configuration nodes when iterating over the attributes. This only prevents the nesting node name from being displayed. The attributes nested under the node are still displayed regardless of this setting.
119 120 121 |
# File 'lib/loquacious/configuration/help.rb', line 119 def show_nesting_nodes? @nesting_nodes end |