Fixed bug in String#to_ber. Thanks Austin.
This commit is contained in:
parent
c9fb4256ac
commit
777028007e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ end
|
||||||
|
|
||||||
class String
|
class String
|
||||||
def read_ber syntax=nil
|
def read_ber syntax=nil
|
||||||
StringIO.new(self).read_ber
|
StringIO.new(self).read_ber(syntax)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue