Class: Gramrb::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/gramrb/config.rb

Instance Method Summary collapse

Instance Method Details

#allowlistedObject



4
# File 'lib/gramrb/config.rb', line 4

def allowlisted = (bundled['allowlist'] + (project['allowlist'] || [])).uniq

#excludedObject



6
# File 'lib/gramrb/config.rb', line 6

def excluded = project['excluded'] || bundled['excluded']