class StringBuf

Attributes

b[RW]

protected - in ruby this doesn't play well with static/inline methods

length[RW]

Public Class Methods

new() click to toggle source
# File lib/lib/string_buf.rb, line 6
def initialize
  @b = ""
end