lib/FileSystemImage.rb in ripxplore-0.14.1 vs lib/FileSystemImage.rb in ripxplore-0.15.1
- old
+ new
@@ -172,9 +172,13 @@
def pictures
files.find_all{|f| f.respond_to?(:to_picture)}
end
+def fonts
+ files.find_all{|f| f.respond_to?(:to_font)}
+end
+
def texts
files.find_all{|f| f.respond_to?(:to_text)}
end
def listings