# File lib\Win32/Console.rb, line 137 def constant(t) begin eval "return Win32::Console::Constants::#{t}" rescue return nil end end