core/refinement.rbs in rbs-3.3.2 vs core/refinement.rbs in rbs-3.4.0.pre.1
- old
+ new
@@ -47,6 +47,14 @@
# - refined_class -> class
# -->
# Return the class refined by the receiver.
#
def refined_class: () -> Module
+
+ # <!--
+ # rdoc-file=eval.c
+ # - target -> class
+ # -->
+ # Return the class or module refined by the receiver.
+ #
+ def target: () -> Module
end