diff --git a/lib/net/ber/core_ext/string.rb b/lib/net/ber/core_ext/string.rb index 0598c24..c0c42c5 100644 --- a/lib/net/ber/core_ext/string.rb +++ b/lib/net/ber/core_ext/string.rb @@ -34,8 +34,7 @@ module Net::BER::Extensions::String ## # Destructively reads a BER object from the string. - # - def read_ber!(syntax=nil) + def read_ber!(syntax = nil) io = StringIO.new(self) result = io.read_ber(syntax)