Fastfile in ffast-0.1.6 vs Fastfile in ffast-0.1.7
- old
+ new
@@ -6,9 +6,12 @@
# command line interactions with fast.
#
# Let's say you'd like to show the version that is over the version file
Fast.shortcut(:version, '(casgn nil VERSION (str _))', 'lib/fast/version.rb')
+# Show all classes that inherits Fast::Find
+Fast.shortcut(:finders, '(class ... (const nil Find)', 'lib')
+
# You can run shortcuts appending a dot to the shortcut.
# $ fast .version
# # lib/fast/version.rb:4
# VERSION = '0.1.2'