lib/executable.rb in executable-1.2.0 vs lib/executable.rb in executable-1.2.1

- old
+ new

@@ -20,10 +20,10 @@ base.extend Domain end # # Default initializer, simply takes a hash of settings - # to set attributes via writer methods. Not existnt + # to set attributes via writer methods. Not existant # attributes are simply ignored. # def initialize(settings={}) settings.each do |k,v| __send__("#{k}=", v) if respond_to?("#{k}=")