No commit activity in last 3 years
No release in over 3 years
iron-term-ansicolor brings color output for RSpec and the likes to IronRuby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

iron-term-ansicolor¶ ↑

iron-term-console is a library for IronRuby that makes use of the .Net framework System.Console and related classes to provide colored output for ANSI formatted strings.

For the Ruby OneClick installer, a package called win32console exists to provide this functionality. It makes calls to the Win32 API, including bit twiddling, to provide colored console output for that Ruby distribution. In IronRuby, we have direct access to the .Net Base Class Library. Rather than writing C# code to create an IronRuby module to interact with a C++ API, this library directly uses the .Net BCL, and write the code directly in Ruby.

Copyright © 2009 Will Green, Ivan Porto Carrero, David Blackmon. See LICENSE for details.