Lines Matching refs:puts
11 puts 'ERROR! "Win32API" library not found'
12 puts '"Win32API" is required for colour on a windows machine'
13 puts ' try => "gem install Win32API" on the command line'
14 puts
16 # puts
17 # puts 'Windows Environment Detected...'
18 # puts 'Win32API Library Found.'
19 # puts
103 $stdout.puts str if mode == :puts
107 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts
114 ColourCommandLine.new.out_c(:puts, role, str)