method
new
v1_8_6_287 -
Show latest stable
- Class:
TruncatedDataError
new(mesg, data)public
No documentation available.
# File lib/readbytes.rb, line 4
def initialize(mesg, data) # :nodoc:
@data = data
super(mesg)
end new(mesg, data)No documentation available.
# File lib/readbytes.rb, line 4
def initialize(mesg, data) # :nodoc:
@data = data
super(mesg)
end