module Roda::RodaPlugins::SymbolMatchers

def self.load_dependencies(app)

def self.load_dependencies(app)
  app.plugin :_symbol_regexp_matchers
  app.plugin :_symbol_class_matchers
end