lib/rabbit/parser/image.rb in rabbit-2.1.6 vs lib/rabbit/parser/image.rb in rabbit-2.1.7
- old
+ new
@@ -8,9 +8,13 @@
module Parser
class Image < Base
push_loader(self)
class << self
+ def format_name
+ "image"
+ end
+
def match?(source)
options = {
:prefix => "image-parser-match",
:source => source,
}