Sha256: 18709e4cb58718b06796d3b649bfa41ddc9ef74c384a0355742613c3468069b4
Contents?: true
Size: 201 Bytes
Versions: 20
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true class NodeMutation::Struct Action = Struct.new(:type, :start, :end, :new_code, :actions) Location = Struct.new(:line, :column) Range = Struct.new(:start, :end) end
Version data entries
20 entries across 20 versions & 1 rubygems