Class: Gramrb::Config
- Inherits:
-
Object
- Object
- Gramrb::Config
- Defined in:
- lib/gramrb/config.rb
Instance Method Summary collapse
Instance Method Details
#allowlisted ⇒ Object
4 |
# File 'lib/gramrb/config.rb', line 4 def allowlisted = (bundled['allowlist'] + (project['allowlist'] || [])).uniq |
#excluded ⇒ Object
6 |
# File 'lib/gramrb/config.rb', line 6 def excluded = project['excluded'] || bundled['excluded'] |