lib/inch/code_object/provider/yard/parser.rb in inch-0.4.2 vs lib/inch/code_object/provider/yard/parser.rb in inch-0.4.3.rc1

- old
+ new

@@ -7,10 +7,10 @@ IGNORE_TYPES = [:macro] # Helper method to parse an instance with the given +args+ # # @see #parse - # @return [CodeObject::Provider::YARD] the instance that ran + # @return [CodeObject::Provider::YARD::Parser] the instance that ran def self.parse(*args) parser = self.new parser.parse(*args) parser end