# File lib/fastcst/ui.rb, line 42
42:         def Shell.prompt(string = "")
43:             print "#{string}> "
44:             $stdout.flush
45:         end