module Stefon::Config::ExcludedAuthors
This module is responsible for ruling out/in authors for the repository based on user specification, or repo members on github
Public Instance Methods
valid?(author)
click to toggle source
# File lib/stefon/config.rb, line 10 def valid?(author) # exclude_filter(author) && include_filter(author) true end