# File lib/ogg/codecs/comments.rb, line 53 def binary_size(s) if RUBY_VERSION[0..2] == "1.8" s.size else s.bytes.to_a.size end end