class TablePrint::Returnable

def initialize(string_value="")

def initialize(string_value="")
  @string_value = string_value
end