Sha256: 3885d79a45a8abdd0a9be2574697e27080280e3b454f09641234e8a489422901

Contents?: true

Size: 143 Bytes

Versions: 3

Compression:

Stored size: 143 Bytes

Contents

module PowerTypes
  class BaseUtil
    def initialize
      raise PowerTypes::UtilError.new('a util cannot be instantiated')
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
power-types-0.7.0 lib/power_types/patterns/base_util.rb
power-types-0.6.0 lib/power_types/patterns/base_util.rb
power-types-0.5.0 lib/power_types/patterns/base_util.rb