Class: EhbrsRubyUtils::Videos2::Unsupported::Search
- Inherits:
-
Object
- Object
- EhbrsRubyUtils::Videos2::Unsupported::Search
- Includes:
- EacFs::Traversable
- Defined in:
- lib/ehbrs_ruby_utils/videos2/unsupported/search.rb
Constant Summary collapse
- VALID_EXTENSIONS =
%w[.avi .mp4 .mkv .m4v].freeze
Instance Method Summary collapse
-
#initialize(root, file_options) ⇒ Search
constructor
A new instance of Search.
-
#traverser_recursive ⇒ Object
rubocop:disable Naming/PredicateMethod.
-
#traverser_sort ⇒ Object
rubocop:disable Naming/PredicateMethod.
Constructor Details
Instance Method Details
#traverser_recursive ⇒ Object
rubocop:disable Naming/PredicateMethod
23 24 25 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/search.rb', line 23 def traverser_recursive # rubocop:disable Naming/PredicateMethod true end |
#traverser_sort ⇒ Object
rubocop:disable Naming/PredicateMethod
27 28 29 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/search.rb', line 27 def traverser_sort # rubocop:disable Naming/PredicateMethod true end |