module Morion::Config

Attributes

blacklist[RW]

Configuration option to specify a blacklist of folders you want to Morion don't work with.

whitelist[RW]

Configuration option to specify a whitelist of folders you want to Morion to work with.

Public Class Methods

set_default_values() click to toggle source
# File lib/morion/config.rb, line 10
def set_default_values
  @blacklist = []
  @whitelist = []
end