lib/inch/language/nodejs/provider/jsdoc/object/base.rb in inch-0.5.8 vs lib/inch/language/nodejs/provider/jsdoc/object/base.rb in inch-0.5.9

- old
+ new

@@ -20,17 +20,10 @@ def name @hash['name'] end def fullname - #fail NotImplementedError - base = "#{@hash['longname']}" - if meta? - base << " @ #{meta['path']}/" \ - "#{meta['filename']}:" \ - "#{meta['lineno']}" - end - base + "#{@hash['longname']}" end # Returns all files declaring the object in the form of an Array # of Arrays containing the location of their declaration. #