Method: Yast::CommandLineClass#Print
- Defined in:
- library/commandline/src/modules/CommandLine.rb
#Print(string) ⇒ Object
Print a String
Print a string to /dev/tty in interactive mode, to stderr in non-interactive Suppress printing if there are no commands to be handled (starting GUI)
@param [String] string to be printed
194 195 196 |
# File 'library/commandline/src/modules/CommandLine.rb', line 194 def Print(string) PrintInternal(string, true) end |