Sha256: fbb1c1c10cd2b6ce852baa5ead21c4dd5cf1f1ec67b5f3fe81fef934a6742ce0
Contents?: true
Size: 393 Bytes
Versions: 24
Compression:
Stored size: 393 Bytes
Contents
#!/usr/local/bin/ruby -w # tc_string_extension.rb # # Created by Richard LeBer 2011-06-27 # # This is Free Software. See LICENSE and COPYING for details. require "test/unit" require "highline" require "stringio" require "string_methods" class TestStringExtension < Test::Unit::TestCase def setup HighLine.colorize_strings @string = "string" end include StringMethods end
Version data entries
24 entries across 21 versions & 4 rubygems