lib/picky/sources/base.rb in picky-1.3.0 vs lib/picky/sources/base.rb in picky-1.3.1

- old
+ new

@@ -23,9 +23,11 @@ # This base class "implements" all these methods, but they don't do anything. # Subclass this class <tt>class MySource < Base</tt> and override the methods in your source to do something. # class Base + attr_reader :key_format + # Connect to the backend. # # Called once per index/category combination before harvesting. # # Examples: \ No newline at end of file