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

Version Path
tagomatic-0.1.7 lib/tagomatic/object_factory.rb
tagomatic-0.1.6 lib/tagomatic/object_factory.rb
tagomatic-0.1.5 lib/tagomatic/object_factory.rb
tagomatic-0.1.4 lib/tagomatic/object_factory.rb
tagomatic-0.1.3 lib/tagomatic/object_factory.rb
tagomatic-0.1.2 lib/tagomatic/object_factory.rb
tagomatic-0.1.1 lib/tagomatic/object_factory.rb
tagomatic-0.1.0 lib/tagomatic/object_factory.rb
tagomatic-0.0.3 lib/tagomatic/object_factory.rb
tagomatic-0.0.2 lib/tagomatic/object_factory.rb