lib/vcard.rb in vcard-0.2.14 vs lib/vcard.rb in vcard-0.2.15

- old
+ new

@@ -285,14 +285,14 @@ end end return outer, inner end - def configuration + def self.configuration @configuration ||= Configuration.new end - def configure + def self.configure yield configuration end end