Sha256: ffe39375874399a18ce7249cb7557a8be1c867e3f644da776d14d7ecf73b3371

Contents?: true

Size: 235 Bytes

Versions: 2

Compression:

Stored size: 235 Bytes

Contents

# encoding: UTF-8

module Central
  module Devtools
    class Project
      # Base class for project initializers
      class Initializer
        include AbstractType
        abstract_singleton_method :call
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
central-devtools-0.8.4 lib/central/devtools/project/initializer.rb
central-devtools-0.8.3 lib/central/devtools/project/initializer.rb