Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
parser=(val)
public
No documentation available.
# File lib/rdoc/top_level.rb, line 55
def parser=(val)
@parser = val
@store.update_parser_of_file(absolute_name, val) if @store
@parser
end