Sha256: e843ff3d920561c19c44d4f93780771467c02ffb6446641b6fa8b0551a3aa5f1

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

module Ahnnotate
  module Facet
    module Models
      def self.add(config, tables, vfs)
        runner = Main.new(config, tables, vfs)
        runner.call
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ahnnotate-0.5.1 lib/ahnnotate/facet/models.rb
ahnnotate-0.5.0 lib/ahnnotate/facet/models.rb
ahnnotate-0.4.0 lib/ahnnotate/facet/models.rb
ahnnotate-0.3.0 lib/ahnnotate/facet/models.rb
ahnnotate-0.2.0 lib/ahnnotate/facet/models.rb