lib/rgot/benchmark_result.rb in rgot-1.1.0 vs lib/rgot/benchmark_result.rb in rgot-1.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Rgot
class BenchmarkResult
def initialize(n:, t:)
@n = n
@t = t
- old
+ new