ruby-protobuf / protobuf

A pure ruby implementation of Google's Protocol Buffers
https://github.com/ruby-protobuf
MIT License
463 stars 101 forks source link

Pull bool getter edge case into BoolField class #300

Closed film42 closed 8 years ago

film42 commented 8 years ago

This is a small change, but let's us keep the optimization in base field.

cc @abrandoned