Sha256: f2ef911226144b9cbd93ecbca547bfa903d02699b9b963ae650397cf88d1c75e
Contents?: true
Size: 466 Bytes
Versions: 10
Compression:
Stored size: 466 Bytes
Contents
require 'tagomatic/format_matcher' require 'tagomatic/info_updater' require 'tagomatic/local_options_matcher' module Tagomatic class ObjectFactory def create_local_options_matcher(*arguments) Tagomatic::LocalOptionsMatcher.new(*arguments) end def create_format_matcher(*arguments) Tagomatic::FormatMatcher.new(*arguments) end def create_info_updater(*arguments) Tagomatic::InfoUpdater.new(*arguments) end end end
Version data entries
10 entries across 10 versions & 1 rubygems