summaryrefslogtreecommitdiff
path: root/lib/unfold_form.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unfold_form.rb')
-rw-r--r--lib/unfold_form.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/unfold_form.rb b/lib/unfold_form.rb
deleted file mode 100644
index 05bb3ed7f1c..00000000000
--- a/lib/unfold_form.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-# frozen_string_literal: true
-
-require_relative 'gt_one_coercion'
-
-class UnfoldForm
- include Virtus.model
-
- attribute :since, GtOneCoercion
- attribute :to, GtOneCoercion
- attribute :bottom, Boolean
- attribute :unfold, Boolean, default: true
- attribute :offset, Integer
- attribute :indent, Integer, default: 0
-end