sorbet/rbi/gems/method_source.rbi in clean-architecture-3.0.0 vs sorbet/rbi/gems/method_source.rbi in clean-architecture-3.0.1

- old
+ new

@@ -6,9 +6,10 @@ # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/method_source/all/method_source.rbi # # method_source-0.9.2 + module MethodSource def self.comment_helper(source_location, name = nil); end def self.extract_code(source_location); end def self.lines_for(file_name, name = nil); end def self.source_helper(source_location, name = nil); end