lib/parlour/rbs_generator/rbs_object.rb in parlour-6.0.1 vs lib/parlour/rbs_generator/rbs_object.rb in parlour-7.0.0

- old
+ new

@@ -66,13 +66,8 @@ # # @abstract # @param others [Array<RbsGenerator::RbsObject>] An array of other {RbsObject} instances. # @return [void] def merge_into_self(others); end - - sig { overridable.override.returns(String) } - def describe - 'RBS object' - end end end end