Add attr_reader for dont_gc
This commit is contained in:
parent
f1810153c5
commit
6dd481de1f
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue