Minor formatting cleanup.

This commit is contained in:
Austin Ziegler 2010-03-20 10:04:32 -04:00
parent ddb15caace
commit f90aeec7c6

View file

@ -34,8 +34,7 @@ module Net::BER::Extensions::String
## ##
# Destructively reads a BER object from the string. # Destructively reads a BER object from the string.
# def read_ber!(syntax = nil)
def read_ber!(syntax=nil)
io = StringIO.new(self) io = StringIO.new(self)
result = io.read_ber(syntax) result = io.read_ber(syntax)