lib/raap/value/top.rb in raap-0.4.0 vs lib/raap/value/top.rb in raap-0.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module RaaP
module Value
class Top < BasicObject
def inspect = "#<top>"
def class = Top
- old
+ new