class StringBuffer
Attributes
string[RW]
Public Class Methods
new()
click to toggle source
# File lib/net_shell/io.rb, line 5 def initialize @string = "" end
# File lib/net_shell/io.rb, line 5 def initialize @string = "" end