lib/cms_scanner/finders/finder.rb in cms_scanner-0.0.37.6 vs lib/cms_scanner/finders/finder.rb in cms_scanner-0.0.37.7

- old
+ new

@@ -20,15 +20,13 @@ def titleize self.class.to_s.demodulize.underscore.titleize end # @param [ Hash ] _opts - def passive(_opts = {}) - end + def passive(_opts = {}); end # @param [ Hash ] _opts - def aggressive(_opts = {}) - end + def aggressive(_opts = {}); end # @param [ Hash ] opts See https://github.com/jfelchner/ruby-progressbar/wiki/Options # @option opts [ Boolean ] :show_progression # # @return [ ProgressBar::Base, CMSScanner::MockedProgressBar ]