Add attr_reader for dont_gc

This commit is contained in:
Prashant 2016-11-05 20:37:08 -04:00
parent f1810153c5
commit 6dd481de1f

View file

@ -19,8 +19,10 @@ module Hammer
@dont_gc = dont_gc.dup
end
# dont_gc is required to build a fuzzer from the declaration of Hammer::Parser object.
attr_reader :name
attr_reader :h_parser
attr_reader :dont_gc
# Parse the given data. Returns the parse result if successful, nil otherwise.
#