sig/node_mutation.rbs in node_mutation-1.12.0 vs sig/node_mutation.rbs in node_mutation-1.12.1
- old
+ new
@@ -1,16 +1,12 @@
module NodeMutation[T]
- VERSION: Stringo
+ VERSION: String
class MethodNotSupported < StandardError
end
class ConflictActionError < StandardError
end
-
- KEEP_RUNNING: Integer
-
- THROW_ERROR: Integer
attr_reader actions: Array[NodeMutation::Action]
def self.configure: (options: { adapter: NodeMutation::Adapter, strategy: Integer, tab_width: Integer }) -> void