Method: Licit::Licenser#initialize

Defined in:
lib/licit/licenser.rb

#initialize(options = {}) ⇒ Licenser

Returns a new instance of Licenser.



5
6
7
8
# File 'lib/licit/licenser.rb', line 5

def initialize(options = {})
  defaults = { :dir => '.', :license => 'GPLv3', :exclude => [] }
  @options = defaults.merge options
end