# File lib/beefcake/buffer/encode.rb, line 7
    def append(type, val, fn)
      if fn != 0
        wire = Buffer.wire_for(type)
        append_info(fn, wire)
      end

      __send__("append_#{type}", val)
    end