class Beefcake::Buffer::BufferOverflowError
Public Class Methods
Source
# File lib/beefcake/buffer/base.rb, line 64 def initialize(s) super("Too many bytes read for %s" % [s]) end
Calls superclass method
# File lib/beefcake/buffer/base.rb, line 64 def initialize(s) super("Too many bytes read for %s" % [s]) end