class CBOR::OutOfBytesError
Attributes
Public Class Methods
Public Instance Methods
Source
# File lib/cbor-pure.rb, line 11 def to_s "Out of bytes to decode (need at least #{@bytes} byte#{bytes == 1 ? "" : "s"} more)" end
# File lib/cbor-pure.rb, line 11 def to_s "Out of bytes to decode (need at least #{@bytes} byte#{bytes == 1 ? "" : "s"} more)" end