feen 1.0.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module FEEN
4
- module Dumper
5
- # The inconsistent size error class.
6
- class InconsistentSizeError < ::StandardError; end
7
- end
8
- end