class Beefcake::Buffer::BufferOverflowError

Public Class Methods

new(s) click to toggle source
Calls superclass method
# File lib/beefcake/buffer/base.rb, line 64
def initialize(s)
  super("Too many bytes read for %s" % [s])
end