lib/sucker/config.rb in sucker-2.0.0.pre.5 vs lib/sucker/config.rb in sucker-2.0.0
- old
+ new
@@ -12,7 +12,11 @@
# The Amazon Web Services secret.
attr_accessor :secret
# The Amazon associate tag.
attr_accessor :associate_tag
+
+ def configure
+ yield self
+ end
end
end