require 'stockboy/registry'

module Stockboy

  # Registry of available named filters
  #
  module Filters
    extend Stockboy::Registry
  end

end