lib/flashplayer/log_file.rb in flashplayer-10.1.7.pre vs lib/flashplayer/log_file.rb in flashplayer-10.1.8.pre
- old
+ new
@@ -83,13 +83,13 @@
end
end
end
-#desc "Tail the flashlog.txt and block"
-#task :flashlog do
- #mm_config = FlashPlayer::MMConfig.new
- #mm_config.create
- #reader = FlashPlayer::LogFile.new
- #reader.tail
-#end
+desc "Tail the flashlog.txt and block"
+task :flashlog do
+ mm_config = FlashPlayer::MMConfig.new
+ mm_config.create
+ reader = FlashPlayer::LogFile.new
+ reader.tail
+end