Skip to content

Commit

Permalink
Merge pull request #59 from kou/suppress-method-redefined-warnings
Browse files Browse the repository at this point in the history
Suppress method redefined warnings
  • Loading branch information
lamont-granquist committed Jun 22, 2015
2 parents ae0fc41 + c988b17 commit 61cf72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ffi_yajl/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
module FFI_Yajl
class ParseError < StandardError; end
class Parser
attr_accessor :stack, :key_stack, :key, :finished
attr_writer :stack, :key_stack
attr_accessor :key, :finished

attr_accessor :opts

Expand Down

0 comments on commit 61cf72e

Please sign in to comment.