module PathList::Matchers::AllowAnyDir
Public Class Methods
dir_only?()
click to toggle source
# File lib/path_list/matchers/allow_any_dir.rb, line 11 def dir_only? true end
file_only?()
click to toggle source
# File lib/path_list/matchers/allow_any_dir.rb, line 15 def file_only? false end
inspect()
click to toggle source
:nocov:
# File lib/path_list/matchers/allow_any_dir.rb, line 24 def inspect '#<AllowAnyDir>' end
match?(_)
click to toggle source
:nocov:
# File lib/path_list/matchers/allow_any_dir.rb, line 29 def match?(_) :allow end
shebang?()
click to toggle source
# File lib/path_list/matchers/allow_any_dir.rb, line 19 def shebang? false end
squash_id()
click to toggle source
# File lib/path_list/matchers/allow_any_dir.rb, line 7 def squash_id :allow end