Method: Fitting::Report::Action#path_match

Defined in:
lib/fitting/report/action.rb

#path_match(find_path) ⇒ Object



30
31
32
# File 'lib/fitting/report/action.rb', line 30

def path_match(find_path)
  regexp =~ find_path
end