# File lib/ansi/string.rb, line 5
def ANSI.string(str)
  ANSI::String.new(str)
end