Jonathan Hinkle

Results 1 issues of Jonathan Hinkle

At the moment, counting units appear to be treated as interchangeable. ``` ruby Unit.new('3 dB') == Unit.new('3 sr') # => true Unit.new('3 sr') == Unit.new('3 nt') # => true Unit.new('3...

confirmed